From 32c261c8a834bdcafe60bd1b5e4e886b8f9c4fb1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 8 Oct 2014 00:12:38 -0400 Subject: Switch to codecov.io from coveralls --- .travis.yml | 2 +- .travis/install.sh | 2 +- README.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 76decf62..10883cb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,7 +120,7 @@ script: - ./.travis/run.sh after_success: - - source ~/.venv/bin/activate && coveralls + - source ~/.venv/bin/activate && codecov --env TRAVIS_OS_NAME TOXENV OPENSSL notifications: irc: diff --git a/.travis/install.sh b/.travis/install.sh index a046a5d8..17aee435 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -65,4 +65,4 @@ fi python -m virtualenv ~/.venv source ~/.venv/bin/activate -pip install tox coveralls +pip install tox codecov diff --git a/README.rst b/README.rst index 98e8d17e..949826e6 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ Cryptography .. image:: https://travis-ci.org/pyca/cryptography.svg?branch=master :target: https://travis-ci.org/pyca/cryptography -.. image:: https://img.shields.io/coveralls/pyca/cryptography/master.svg - :target: https://coveralls.io/r/pyca/cryptography?branch=master +.. image:: https://codecov.io/github/pyca/cryptography/coverage.svg?branch=master + :target: https://codecov.io/github/pyca/cryptography?branch=master ``cryptography`` is a package which provides cryptographic recipes and -- cgit v1.2.3 From d8f302f636f214e4397db74e9bf43f8ad0cb8da4 Mon Sep 17 00:00:00 2001 From: Steve Peak Date: Fri, 26 Jun 2015 20:25:59 -0400 Subject: Testing codecov/support#43 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10883cb9..3ce73cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,7 +120,7 @@ script: - ./.travis/run.sh after_success: - - source ~/.venv/bin/activate && codecov --env TRAVIS_OS_NAME TOXENV OPENSSL + - source ~/.venv/bin/activate && bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/coveragepy/codecov) -e TRAVIS_OS_NAME,TOXENV,OPENSSL notifications: irc: -- cgit v1.2.3