This commit is contained in:
“ibrahim0814” 2019-08-07 19:28:35 -07:00
parent c7f04ba6f0
commit eda3e0f75c
No known key found for this signature in database
GPG key ID: DBBD7CB06738E2BF

View file

@ -52,8 +52,7 @@ jobs:
pip install pytest-cov pip install pytest-cov
pytest --cov=./ --cov-report=xml pytest --cov=./ --cov-report=xml
###########$# Codecov #$$########### ############# Codecov ##############
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1
with: with:
@ -61,7 +60,6 @@ jobs:
file: ./coverage.xml file: ./coverage.xml
flags: unittests flags: unittests
name: codecov-1 name: codecov-1
###########$###########$############ ###########$###########$############
``` ```