Skip to content

Commit

Permalink
add codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Feb 29, 2024
1 parent 707183d commit 086bd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.env.MINIMAL == 'false'}}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: ./coverage.xml
Expand Down

0 comments on commit 086bd7e

Please sign in to comment.