Skip to content

Commit 0315592

Browse files
authored
Merge pull request #1169 from risuorg/dependabot/github_actions/codecov/codecov-action-5.5.0
build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0
2 parents e42c0bf + a660c2b commit 0315592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
pytest --cov-report=xml --cov=risuclient --cov=maguiclient
5656
5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v5.4.3
58+
uses: codecov/codecov-action@v5.5.0
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
file: ./coverage.xml

0 commit comments

Comments
 (0)