Skip to content

Commit

Permalink
Limit coverage run (#30)
Browse files Browse the repository at this point in the history
* Limit coverage run

* Attempt to debug
  • Loading branch information
bwohlberg committed Nov 1, 2023
1 parent 4373782 commit 9d10731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
$CONDA/bin/pytest --cov=sporco --cov-report=xml
- name: Upload coverage to codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2
with:
env_vars: OS,PYTHON
Expand Down

0 comments on commit 9d10731

Please sign in to comment.