Skip to content

Commit

Permalink
bump to codecov-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Jan 6, 2025
1 parent f08ff52 commit 85d9c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.__package_slug }}/.github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: poetry run pytest tests/ --cov={{ cookiecutter.__package_slug }} --cov-report=xml

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ./coverage.xml # coverage report
token: ${{ secrets.CODECOV_TOKEN }}

- name: Build documentation
run: poetry run make html --directory docs/
Expand Down

0 comments on commit 85d9c96

Please # to comment.