Skip to content

Commit

Permalink
Update codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 10, 2024
1 parent 0abd942 commit e546422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
uv run pytest --cov newversion --cov-report=xml
- name: Send coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e546422

Please sign in to comment.