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