Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaura committed May 28, 2021
1 parent 3235edf commit cc38b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python setup.py install
- name: Test Python Package
run: |
pytest --cov-report=xml
pytest plio --cov-report=xml
- name: Upload Coverage
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit cc38b2e

Please sign in to comment.