mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Merge pull request #1858 from kiwix/abdul/1857-coverage-report
Fix coverage report upload
This commit is contained in:
commit
cb2fc373bd
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
@ -35,7 +35,5 @@ jobs:
|
|||||||
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
|
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
run: |
|
||||||
with:
|
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
fail_ci_if_error: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user