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

View file

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