Fixed jacocoTestDebugUnitTestReport not found error

This commit is contained in:
MohitMaliFtechiz 2023-03-17 19:00:16 +05:30 committed by Kelson
parent 2f5748b215
commit 343308a9df

View File

@ -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 }}