mirror of https://github.com/Textualize/rich.git
invokation
This commit is contained in:
parent
589bae9636
commit
bc6048c825
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
pip install .
|
||||
pytest ./tests -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
|
||||
python -m pytest -v --cov=./rich --cov-report=xml:./coverage.xml --cov-report term-missing
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v1.0.10
|
||||
|
|
Loading…
Reference in New Issue