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 ad5ac5f + f452202 commit 3bdfb39Copy full SHA for 3bdfb39
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
uv run pytest --cov=smartwatts --cov-report=term --cov-report=xml tests/unit
46
47
- name: Upload coverage reports to Codecov
48
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
file: coverage.xml
0 commit comments