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