We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa37fe6 + 802be93 commit 65ccc46Copy full SHA for 65ccc46
.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@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
+ uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
49
file: coverage.xml
0 commit comments