add sample coverage files

This commit is contained in:
ibrahim0814
2020-03-04 18:55:36 -08:00
parent c98408608b
commit 4623a4dc3d
2 changed files with 73 additions and 11 deletions

View File

@@ -5,19 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
# - name: Setup Python
# uses: actions/setup-python@master
# - name: Generate coverage report
# run: |
# pip install pytest
# pip install pytest-cov
# pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: ./
with:
token: ${{secrets.CODECOV_TOKEN}}
#token: ${{secrets.CODECOV_TOKEN}}
flags: unittest
name: codecov-1
file: ./sample-coverage/coverage.xml