Skip to content

Commit

Permalink
Merge pull request #52 from crazy-max/codecov-token
Browse files Browse the repository at this point in the history
ci: set codecov token
  • Loading branch information
thaJeztah committed Feb 22, 2024
2 parents 4b6fbdb + b6ffbb7 commit 5ef721b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

example:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ef721b

Please sign in to comment.