mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
readme
This commit is contained in:
parent
7461079497
commit
55d06088fa
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue