Skip to content

Commit

Permalink
Merge pull request #40 from rohanpm/codecov-fixes
Browse files Browse the repository at this point in the history
ci: bump codecov action and add token
  • Loading branch information
rohanpm authored Nov 10, 2024
2 parents b416dc0 + 57e906f commit 6472e9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
- name: Install pytest cov
run: pip install pytest-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
bandit-exitzero:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6472e9e

Please sign in to comment.