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 44891db + cfc3bee commit 2ce318dCopy full SHA for 2ce318d
.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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
55
env:
56
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
57
0 commit comments