From 60f1e5eda8227c3e0c323291024ca907c78a1320 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Fri, 8 Feb 2019 16:52:07 -0500 Subject: [PATCH] Rolling back coveralls going with codecov --- .coveralls.yml.enc | Bin 64 -> 0 bytes .travis.yml | 2 -- README.md | 2 +- tools/requirements.txt | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .coveralls.yml.enc diff --git a/.coveralls.yml.enc b/.coveralls.yml.enc deleted file mode 100644 index bf0be574cd0b00f8224eb44f6281163d259e5932..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 64 zcmV-G0KflK+(5F=0MdW&I9y-t5Scox5nik*D15wf_al~*PQc)aVJjOKy19F$nBLi; W5Y`0s#QWRKWs8RaDp-5y{igR5jv?*< diff --git a/.travis.yml b/.travis.yml index 3b820fc..0702dd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ env: before_install: - sudo apt-get -qq update - - openssl aes-256-cbc -K $encrypted_be4ca4937ddf_key -iv $encrypted_be4ca4937ddf_iv -in .coveralls.yml.enc -out .coveralls.yml -d install: - sudo apt-get install -y libboost-test-dev @@ -35,5 +34,4 @@ script: #- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT after_success: - - coveralls -r $TRAVIS_BUILD_DIR - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index d73b188..2dcf325 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ EPANET {#epanet-readme} [![Build status](https://ci.appveyor.com/api/projects/status/19wpg4g2cmj3oihl?svg=true)](https://ci.appveyor.com/project/OpenWaterAnalytics/epanet/branch/dev) [![Build Status](https://travis-ci.org/OpenWaterAnalytics/EPANET.svg?branch=dev)](https://travis-ci.org/OpenWaterAnalytics/EPANET) -[![Coverage Status](https://coveralls.io/repos/github/michaeltryby/EPANET/badge.svg?branch=dev)](https://coveralls.io/github/michaeltryby/EPANET?branch=dev) +[![codecov](https://codecov.io/gh/michaeltryby/EPANET/branch/dev/graph/badge.svg)](https://codecov.io/gh/michaeltryby/EPANET) ## For EPANET-related questions and discussion diff --git a/tools/requirements.txt b/tools/requirements.txt index caba2ac..e7d302f 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -11,7 +11,6 @@ # $ pip install --src build/packages -r tools/requirements.txt # -cpp-coveralls nrtest>=0.2.3 #-e ./tools/epanet-output #-e ./tools/nrtest-epanet