mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 12:42:56 -04:00
Merge remote-tracking branch 'origin/develop' into feature/macgills/716-merge-download-library
This commit is contained in:
commit
1a349c15c7
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
@ -34,5 +34,8 @@ jobs:
|
|||||||
- name: create unit coverage
|
- name: create unit coverage
|
||||||
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
|
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
|
||||||
|
|
||||||
- name: upload coverage
|
- name: Upload coverage to Codecov
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
uses: codecov/codecov-action@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
fail_ci_if_error: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user