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 43055f0 + 8585043 commit 3c90122Copy full SHA for 3c90122
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
uv run pytest --cov=powerapi --cov-report=term --cov-report=xml tests/unit
46
47
- name: Upload coverage reports to Codecov
48
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
0 commit comments