Skip to content

Commit

Permalink
Add Codecov Token
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Jul 31, 2024
1 parent 6b1199f commit d7d754e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,7 @@ jobs:

- if: ${{ matrix.python-version == '3.10' }}
name: Upload coverage
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # [email protected]
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # [email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit d7d754e

Please sign in to comment.