mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
theme test
This commit is contained in:
parent
124210403c
commit
1d4cf489d8
2 changed files with 4 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue