This commit is contained in:
“ibrahim0814”
2019-08-07 19:29:11 -07:00
parent eda3e0f75c
commit 7461079497

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