Skip to content

Commit

Permalink
try pytest cov
Browse files Browse the repository at this point in the history
  • Loading branch information
arvkevi committed Jan 24, 2021
1 parent eaced23 commit 54f397c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: coverage
run: |
pip install pytest-cov
py.test --cov-report=xml --cov=myproj tests/test_disarray.py
py.test --cov-report=xml --cov=disarray tests/test_disarray.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 54f397c

Please sign in to comment.