Skip to content

Commit

Permalink
Update python package name from codecov to coverage. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoharaMasato committed Apr 16, 2023
1 parent bc10aaa commit 61a686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade codecov
python -m pip install --upgrade coverage
- name: Tests
run: |
Expand Down

0 comments on commit 61a686e

Please sign in to comment.