Skip to content

Commit

Permalink
ci: Specify Codecov token (#2492)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew McKnight <[email protected]>
  • Loading branch information
philipphofmann and armcknight authored Dec 6, 2022
1 parent 459ae5e commit 98fb18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ jobs:
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # [email protected]
if: ${{ contains(matrix.platform, 'iOS') }}
with:
# Although public repos should not have to specify a token there seems to be a bug with the Codecov GH action, which can
# be solved by specifying the token, see https://github.com/codecov/codecov-action/issues/557#issuecomment-1224970469
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

Expand Down

0 comments on commit 98fb18f

Please sign in to comment.