We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6406065 commit 1b5d30aCopy full SHA for 1b5d30a
.github/workflows/_codecov.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: pytest --retries 1 --cov --cov-report=xml
52
53
- name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 #v5.1.2
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 #v5.3.1
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
files: coverage.xml
0 commit comments