mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
simplify
This commit is contained in:
parent
93cd936b58
commit
683770fb89
1 changed files with 4 additions and 3 deletions
7
.github/workflows/pythonpackage.yml
vendored
7
.github/workflows/pythonpackage.yml
vendored
|
|
@ -28,12 +28,13 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pip install .
|
||||
pytest tests/ -v --cov=./rich --cov-report=xml:./coverage-${{ matrix.os }}.xml --cov-append
|
||||
pytest ./tests -v --cov=./rich --cov-report=xml:./coverage.xml
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage-${{ matrix.os }}.xml
|
||||
file: ./coverage.xml
|
||||
name: rich
|
||||
flags: unittests-${{ matrix.os }}
|
||||
flags: unittests
|
||||
env_vars: OS,PYTHON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue