Skip to content

Commit

Permalink
Update codecov action to v4 (#186)
Browse files Browse the repository at this point in the history
Temporary test to check this fixes #184, the real fix will be to adopt the copier template
  • Loading branch information
coretl authored and evalott100 committed Apr 12, 2024
1 parent a2d1473 commit ec67ecf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ jobs:
run: tox -e pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ matrix.python }}/${{ matrix.os }}
files: cov.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

dist:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit ec67ecf

Please sign in to comment.