Merge pull request #1858 from kiwix/abdul/1857-coverage-report

Fix coverage report upload
This commit is contained in:
Seán Mac Gillicuddy 2020-03-09 17:31:30 +00:00 committed by GitHub
commit cb2fc373bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,5 @@ jobs:
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
run: |
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}