Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1
  • Loading branch information
mergify[bot] authored May 1, 2024
2 parents 488aa10 + 1e38967 commit faee4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
known_third_party = setuptools
known_third_party = imp,setuptools

0 comments on commit faee4f6

Please sign in to comment.