mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed jacocoTestDebugUnitTestReport not found error
This commit is contained in:
parent
2f5748b215
commit
343308a9df
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
- name: create unit coverage
|
- name: create unit coverage
|
||||||
if: ${{ matrix.api-level==21 }}
|
if: ${{ matrix.api-level==21 }}
|
||||||
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
|
run: ./gradlew testDebugUnitTest testCustomexampleDebugUnitTest
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: ${{ matrix.api-level==21 }}
|
if: ${{ matrix.api-level==21 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user