Skip to content

Commit

Permalink
attempt to fix codecov again
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink authored Apr 16, 2024
1 parent ced5d88 commit 64d1f47
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 @@ -42,7 +42,7 @@ jobs:
pytest --cov=mkdocs_enumerate_headings_plugin --cov-report=xml -vvv
- name: Upload coverage to Codecov
if: "contains(env.USING_COVERAGE, matrix.python-version)"
uses: codecov/codecov-action@main
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 64d1f47

Please sign in to comment.