use codecov pypi package
This commit is contained in:
parent
e7ba89a327
commit
5ea363afad
|
@ -19,7 +19,7 @@ install:
|
|||
test_script:
|
||||
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod"
|
||||
after_test:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- "codecov"
|
||||
cache:
|
||||
- C:\Users\appveyor\AppData\Local\pip\cache
|
||||
deploy_script:
|
||||
|
|
|
@ -52,7 +52,7 @@ script:
|
|||
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod test/$SCOPE"
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- codecov
|
||||
- |
|
||||
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_PULL_REQUEST == "false" && ($TRAVIS_BRANCH == "master" || -n $TRAVIS_TAG) ]]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue