mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
readme
This commit is contained in:
parent
c7f04ba6f0
commit
eda3e0f75c
1 changed files with 1 additions and 3 deletions
|
|
@ -52,8 +52,7 @@ jobs:
|
|||
pip install pytest-cov
|
||||
pytest --cov=./ --cov-report=xml
|
||||
|
||||
###########$# Codecov #$$###########
|
||||
|
||||
############# Codecov ##############
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
|
|
@ -61,7 +60,6 @@ jobs:
|
|||
file: ./coverage.xml
|
||||
flags: unittests
|
||||
name: codecov-1
|
||||
|
||||
###########$###########$############
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue