This commit is contained in:
Will McGugan 2020-07-16 16:12:47 +01:00
parent c508c5094d
commit c9eedcdc13
3 changed files with 16 additions and 2 deletions

View file

@ -28,4 +28,6 @@ jobs:
- name: Test with pytest
run: |
pip install .
pytest tests/ -v
pytest tests/ -v --cov=rich --cov-report=xml
- name: Upload coverge to Codecov
uses: codecov/codecov-actions@1