Skip to content

Commit

Permalink
Update coverage workflow with new token.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Jul 15, 2024
1 parent 58c8ab8 commit 1bfbd16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
run: coverage run -m pytest .

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1bfbd16

Please sign in to comment.