Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
Install requirements before running test coverage.
  • Loading branch information
bendudson committed Feb 11, 2021
1 parent e652df5 commit 4e896be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
pip install pytest
pip install pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 4e896be

Please sign in to comment.