Skip to content

Commit

Permalink
Add CODECOV token
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 authored Apr 23, 2024
1 parent 518cf71 commit d47774b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
--log-level=DEBUG \
--verbose
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d47774b

Please sign in to comment.