Skip to content

Commit

Permalink
use codecov plugin instead
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Feb 2, 2023
1 parent 6ea0597 commit a861009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip tox codecov
python -m pip install --upgrade pip tox
tox --notest -e coverage
- name: Test
Expand All @@ -32,4 +32,4 @@ jobs:
tox -e coverage
- name: Upload Coverage
run: codecov
uses: codecov/codecov-action@v3

0 comments on commit a861009

Please sign in to comment.