Skip to content

Commit

Permalink
Restore coverage report to 100%, closes #38 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypcrts committed Mar 11, 2021
1 parent 4191e66 commit 9395570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest --cov=./ --cov-report=xml
cd tests && pytest --cov=./ --cov-report=xml
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
with:
files: coverage.xml
files: tests/coverage.xml
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
Expand Down

0 comments on commit 9395570

Please sign in to comment.