Skip to content

Commit

Permalink
Update coverage.yml codecov action
Browse files Browse the repository at this point in the history
fixed missing token
  • Loading branch information
sigma67 authored Apr 11, 2024
1 parent bc52bdf commit ef1ad2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
pdm run pytest
pdm run coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ef1ad2a

Please sign in to comment.