diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index 102952ad..b0f347b6 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/androidTests/connected/ + path: app/build/reports/jacoco/testDebugUnitTestCoverage/html/ retention-days: 1