diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index aaa21787..c738c646 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -35,12 +35,12 @@ jobs: - name: Run Unit Tests run: | - ./gradlew testDebugUnitTest + ./gradlew testDebugUnitTestCoverage - name: Upload test results uses: actions/upload-artifact@v2 if: always() with: name: test-results - path: app/build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml + path: app/build/reports/jacoco/ retention-days: 1