Skip to content

Commit 65ccc46

Browse files
authored
Merge pull request #185 from powerapi-ng/dependabot/github_actions/codecov/codecov-action-5.3.0
build(deps): Bump codecov/codecov-action from 5.2.0 to 5.3.0
2 parents aa37fe6 + 802be93 commit 65ccc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pytest --cov=smartwatts --cov-report=term --cov-report=xml tests/unit
4444
4545
- name: Upload coverage reports to Codecov
46-
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
46+
uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
file: coverage.xml

0 commit comments

Comments
 (0)