Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 3.1.5 to 3.1.6
  • Loading branch information
mergify[bot] authored Jan 31, 2024
2 parents baef23b + 7e4b3eb commit 1b03c6a
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].5
uses: codecov/[email protected].6
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 = imp,setuptools
known_third_party = setuptools

0 comments on commit 1b03c6a

Please sign in to comment.