Skip to content

Commit

Permalink
Add CodeCov token to upload coverage report (#3149)
Browse files Browse the repository at this point in the history
We already had this secret configured in our settings,
but didn't supply it to the actual GitHub action step.
  • Loading branch information
TimvdLippe committed Oct 18, 2023
1 parent 9342e9a commit e736992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -93,6 +93,7 @@ jobs:
with:
files: build/reports/jacoco/mockitoCoverage/mockitoCoverage.xml
fail_ci_if_error: true
token: ${{secrets.CODECOV_TOKEN}}

#
# Android build job
Expand Down

0 comments on commit e736992

Please sign in to comment.