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