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 8899999 + 2ac0f33 commit 9338695Copy full SHA for 9338695
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
uv run pytest --cov=powerapi --cov-report=term --cov-report=xml tests/unit
42
43
- name: Upload coverage reports to Codecov
44
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
0 commit comments