aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 2e1a477f..6b3933f9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -18,6 +18,8 @@ install:
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
test_script:
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod"
+after_test:
+ - bash <(curl -s https://codecov.io/bash)
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script: