Skip to content

Commit

Permalink
Merge pull request #113 from chris-bateman/update-codecov-action
Browse files Browse the repository at this point in the history
Update unittests_codecov.yml
  • Loading branch information
timvink authored Aug 14, 2024
2 parents 9ccb897 + 6cf4aab commit aa6b81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pytest --cov=mkdocs_print_site_plugin --cov-report=xml -vvv
- name: Upload coverage to Codecov
if: "contains(env.USING_COVERAGE, matrix.python-version)"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit aa6b81f

Please sign in to comment.