From 1904afe3f089124b7041bfc3e664efb65b4b4c3a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 6 Jun 2016 23:41:41 -0700 Subject: add codecov too appveyor --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3