This commit is contained in:
Will McGugan 2020-07-16 16:53:41 +01:00
parent abcf82755d
commit 0845382bf5

View file

@ -31,7 +31,9 @@ jobs:
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@master uses: codecov/codecov-action@v1
with: with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage-${{ matrix.os }}.xml file: ./coverage-${{ matrix.os }}.xml
name: rich name: rich
flags: unittests