diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0f5c0d66..6965e7823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: create unit coverage if: ${{ matrix.api-level==21 }} - run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport + run: ./gradlew testDebugUnitTest testCustomexampleDebugUnitTest - name: Upload coverage to Codecov if: ${{ matrix.api-level==21 }}