Skip to content

Commit

Permalink
Update pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurra authored Oct 24, 2023
1 parent 084edae commit 392e48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test and generate coverage reports
run: |
pip install pytest
pytest --cov=my_package --cov-report=xml
pytest --cov=pymurtree --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 392e48a

Please sign in to comment.