Skip to content

Commit

Permalink
Use codecov action instead of pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning authored May 5, 2023
1 parent 31b1081 commit 1c343b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:
- name: pytest
run: |
pytest
- name: Upload code coverage report
run: |
pip install codecov
codecov
- name: Upload to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 1c343b7

Please sign in to comment.