This commit is contained in:
“ibrahim0814”
2019-08-07 19:27:57 -07:00
parent 67896f6476
commit c7f04ba6f0

View File

@@ -41,20 +41,19 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
version: 3.7
- name: Generate coverage report
run: |
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
###########$# Codecov #$$###########
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
@@ -62,6 +61,8 @@ jobs:
file: ./coverage.xml
flags: unittests
name: codecov-1
###########$###########$############
```
## License