mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -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
|
||||
if: ${{ matrix.api-level==21 }}
|
||||
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
|
||||
run: ./gradlew testDebugUnitTest testCustomexampleDebugUnitTest
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.api-level==21 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user