Skip to content

Commit

Permalink
ci: configure codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Feb 2, 2024
1 parent dfd92b2 commit b7a76ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
- name: Upload coverage
if: ${{ runner.OS == 'Linux' }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b7a76ea

Please sign in to comment.