We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6e0ce + 8162f6f commit aa37fe6Copy full SHA for aa37fe6
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
pytest --cov=smartwatts --cov-report=term --cov-report=xml tests/unit
44
45
- name: Upload coverage reports to Codecov
46
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
49
file: coverage.xml
0 commit comments