Skip to content

Commit

Permalink
Use codecov token.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Dec 16, 2023
1 parent 5df7d58 commit 134b4f4
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 @@ -32,6 +32,8 @@ jobs:
./...
- name: upload coverage
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.txt
fail_ci_if_error: ${{ github.ref_name != 'main' }}
Expand Down

0 comments on commit 134b4f4

Please sign in to comment.