We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce811bd commit 76fd931Copy full SHA for 76fd931
.github/workflows/tests.yml
@@ -57,7 +57,7 @@ jobs:
57
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
58
59
- name: ⚙️ Check coverage for debug variant (includes unit & screenshot tests)
60
- run: ./gradlew :tests:uitests:verifyPaparazziDebug :app:koverXmlReportGplayDebug :app:koverHtmlReportGplayDebug :app:koverVerifyAll $CI_GRADLE_ARG_PROPERTIES
+ run: ./gradlew testDebugUnitTest :tests:uitests:verifyPaparazziDebug :app:koverXmlReportGplayDebug :app:koverHtmlReportGplayDebug :app:koverVerifyAll $CI_GRADLE_ARG_PROPERTIES
61
62
- name: 🚫 Upload kover failed coverage reports
63
if: failure()
0 commit comments