Add codecov config

This commit is contained in:
jrootjunior 2020-01-22 13:10:49 +02:00
parent f149ab8d2d
commit 3a1a666aff
2 changed files with 26 additions and 1 deletions

View file

@ -47,7 +47,8 @@ jobs:
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
file: coverage.xml
flags: unittests
yml: codecov.yml
name: py-${{ matrix.python-version }}-${{ matrix.os }}
fail_ci_if_error: true