chore: CIを修正

This commit is contained in:
usbharu 2024-06-16 16:38:29 +09:00
parent b14d36de3f
commit 0b062b6a68
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ jobs:
- name: Run Kover - name: Run Kover
uses: gradle/gradle-build-action@v3.3.2 uses: gradle/gradle-build-action@v3.3.2
with: with:
arguments: :hideout-core:koverXmlReport -x :hideout-core:integrationTest -x :hideout-core:e2eTest --rerun-tasks arguments: :hideout-core:koverXmlReport --rerun-tasks
- name: Add coverage report to PR - name: Add coverage report to PR
if: always() if: always()