Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0
  • Loading branch information
mergify[bot] committed Apr 10, 2024
2 parents 6d13e64 + 4be5c49 commit 488aa10
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/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 488aa10

Please sign in to comment.