Skip to content

Commit

Permalink
Merge pull request #5 from ericpre/add_codecov_secret_token
Browse files Browse the repository at this point in the history
Setup codecov
  • Loading branch information
ericpre authored Oct 29, 2023
2 parents 9f6edcf + 6a6fcf4 commit 3521ef8
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 @@ -50,3 +50,5 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ always() }}
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3521ef8

Please sign in to comment.