mirror of https://github.com/Textualize/rich.git
simplify
This commit is contained in:
parent
93cd936b58
commit
683770fb89
|
@ -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…
Reference in New Issue