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 35430a6 commit b856771Copy full SHA for b856771
.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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab #v4.1.0
+ uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 #v4.2.0
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
files: coverage.xml
0 commit comments