Skip to content

Commit

Permalink
ci: tweak codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 12, 2022
1 parent 7b310a4 commit 4e446f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:

- name: ⬆️ Upload test coverage to Codecov
# https://github.com/marketplace/actions/codecov
uses: codecov/[email protected]
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true

0 comments on commit 4e446f0

Please sign in to comment.