chore: カバレッジ計測でキャッシュを使わないように

This commit is contained in:
usbharu 2023-12-14 16:05:26 +09:00
parent 4550964f40
commit c572daa19f
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

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