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.
2 parents bd34061 + c8dcd3c commit 89dd89cCopy full SHA for 89dd89c
.github/workflows/continuous-integration.yml
@@ -51,7 +51,7 @@ jobs:
51
run: python3 -m pytest --cov=staged_script example/ test/
52
53
- name: Upload coverage reports to Codecov
54
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
55
env:
56
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
57
0 commit comments