This commit is contained in:
“ibrahim0814”
2019-08-07 19:29:56 -07:00
parent 7461079497
commit 55d06088fa

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
with:
@@ -59,7 +58,6 @@ jobs:
file: ./coverage.xml
flags: unittests
name: codecov-1
####################################
```
## License