theme test

This commit is contained in:
Will McGugan 2020-07-16 18:12:35 +01:00
parent 124210403c
commit 1d4cf489d8
2 changed files with 4 additions and 1 deletions

View file

@ -28,7 +28,7 @@ jobs:
- name: Test with pytest
run: |
pip install .
python -m pytest -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
python -m pytest tests -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
- name: Upload code coverage
uses: codecov/codecov-action@v1.0.10