mirror of https://github.com/usbharu/Hideout.git
chore: カバレッジ計測でキャッシュを使わないように
This commit is contained in:
parent
3eb310f306
commit
bccd16d9da
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue