replaced codecov python uploader with bash uploader.
This commit is contained in:
@@ -30,9 +30,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- py.test --cov-report=xml --cov=src test
|
- py.test --cov-report=xml --cov=src test
|
||||||
- pip install codecov
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
- codecov -t CODECOV_TOKEN
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user