Skip to content

Commit

Permalink
Use Codecov token to upload coverage (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen authored May 12, 2024
1 parent e9b839c commit 6885762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
- name: Combine coverage and generate report
run: poetry run nox -s coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
lint:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6885762

Please sign in to comment.