Skip to content

Commit

Permalink
MAINT: updated codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Nov 3, 2023
1 parent 1e1fdb5 commit a8c6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
coverage lcov
coverage report
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
files: ./.coverage
Expand Down

0 comments on commit a8c6be5

Please sign in to comment.