Skip to content

Commit

Permalink
Merge pull request #886 from risuorg/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4.0.1

build(deps): bump codecov/codecov-action from 4.0.0 to 4.0.1
  • Loading branch information
mergify[bot] committed Feb 2, 2024
2 parents c59cb69 + bc44040 commit a43ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pytest --cov-report=xml --cov=risuclient --cov=maguiclient
- name: Upload coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit a43ef6c

Please sign in to comment.