mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
coverage update
This commit is contained in:
parent
683770fb89
commit
607397e75d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -28,10 +28,10 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pip install .
|
||||
pytest ./tests -v --cov=./rich --cov-report=xml:./coverage.xml
|
||||
pytest ./tests -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v1.0.10
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue