We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce540ab commit 3d9c10bCopy full SHA for 3d9c10b
.github/workflows/_codecov.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: pytest --cov --cov-report=xml
52
53
- name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #v4.5.0
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 #v4.6.0
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
files: coverage.xml
0 commit comments