Skip to content

Commit

Permalink
unpin codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Nov 30, 2023
1 parent 107642e commit 4cdbda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: nox -s tests-{% raw %}${{ matrix.nox_pyv || matrix.pyv }}{% endraw %} -- --cov-report=xml

- name: Upload coverage report
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v3

- name: Build package
run: nox -s build
Expand Down

0 comments on commit 4cdbda5

Please sign in to comment.