mirror of
https://github.com/Textualize/rich.git
synced 2025-08-22 03:04:21 +00:00
coverage
This commit is contained in:
parent
0845382bf5
commit
93cd936b58
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pip install .
|
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-${{ matrix.os }}.xml --cov-append
|
||||||
|
|
||||||
- name: Upload code coverage
|
- name: Upload code coverage
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
@ -36,4 +36,4 @@ jobs:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: ./coverage-${{ matrix.os }}.xml
|
file: ./coverage-${{ matrix.os }}.xml
|
||||||
name: rich
|
name: rich
|
||||||
flags: unittests
|
flags: unittests-${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue