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
|
- name: Run Kover
|
||||||
uses: gradle/gradle-build-action@v2.8.1
|
uses: gradle/gradle-build-action@v2.8.1
|
||||||
with:
|
with:
|
||||||
arguments: koverXmlReport -x integrationTest -x e2eTest
|
arguments: koverXmlReport -x integrationTest -x e2eTest --rerun-tasks
|
||||||
|
|
||||||
- name: Add coverage report to PR
|
- name: Add coverage report to PR
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue