Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0
  • Loading branch information
mergify[bot] committed May 15, 2024
2 parents faee4f6 + b4e8baa commit 9d2c5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 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/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down
3 changes: 2 additions & 1 deletion risuclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@
import datetime
import gettext
import hashlib
import imp
import json
import logging
import os
import re
import tempfile

import imp

# Do not require everyone to use requests
try:
import requests
Expand Down

0 comments on commit 9d2c5ba

Please sign in to comment.