mirror of
https://github.com/Textualize/rich.git
synced 2025-08-18 17:30:23 +00:00
secret
This commit is contained in:
parent
abcf82755d
commit
0845382bf5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
@ -31,7 +31,9 @@ jobs:
|
|||
pytest tests/ -v --cov=rich --cov-report=xml:./coverage-${{ matrix.os }}.xml --cov-append
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@master
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage-${{ matrix.os }}.xml
|
||||
name: rich
|
||||
flags: unittests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue