Skip to content

Commit

Permalink
Update Codecov config
Browse files Browse the repository at this point in the history
Added reference to respository token in CI config.
  • Loading branch information
cjkreklow committed May 15, 2024
1 parent fa60ee1 commit ab9444b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ab9444b

Please sign in to comment.