Skip to content

Commit

Permalink
fix codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh committed Jun 25, 2024
1 parent 12baae5 commit 7a518e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install coverage
coverage run -m pytest tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion askchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
MAIN_ENV_PATH = Path.home() / '.askchat' / '.env'
ENV_PATH = Path.home() / '.askchat' / 'envs'

raw_env_text = f""""# Description: Env file for askchat.
raw_env_text = f"""# Description: Env file for askchat.
# Current version: {__version__}
# The base url of the API (with suffix /v1)
Expand Down

0 comments on commit 7a518e3

Please sign in to comment.