From 8d329b2368f2dd5b3feac65c465623d8228578cd Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 13 May 2017 12:38:51 -0700 Subject: [PATCH] Remove coveralls integration --- CHANGELOG.md | 1 + README.md | 1 - scripts/build-and-test.sh | 2 +- scripts/install-dependencies.sh | 6 +++--- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ba7d54..0b3c51ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 41 * Trim Appveyor matrix rows * Concept revision and documentation +* Remove coveralls integration API Changes diff --git a/README.md b/README.md index a2246fdb..bc46d7d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Build Status](https://travis-ci.org/vinniefalco/Beast.svg?branch=master)](https://travis-ci.org/vinniefalco/Beast) [![Build status](https://ci.appveyor.com/api/projects/status/g0llpbvhpjuxjnlw?svg=true)](https://ci.appveyor.com/project/vinniefalco/beast) [![codecov](https://codecov.io/gh/vinniefalco/Beast/branch/master/graph/badge.svg)](https://codecov.io/gh/vinniefalco/Beast) -[![coveralls](https://coveralls.io/repos/github/vinniefalco/Beast/badge.svg?branch=master)](https://coveralls.io/github/vinniefalco/Beast?branch=master) [![Documentation](https://img.shields.io/badge/documentation-master-brightgreen.svg)](http://vinniefalco.github.io/beast/) [![License](https://img.shields.io/badge/license-boost-brightgreen.svg)](LICENSE_1_0.txt) diff --git a/scripts/build-and-test.sh b/scripts/build-and-test.sh index e62e93aa..2faad96a 100755 --- a/scripts/build-and-test.sh +++ b/scripts/build-and-test.sh @@ -156,7 +156,7 @@ if [[ $VARIANT == "coverage" ]]; then lcov -e "lcov-all.info" "$PWD/include/beast/*" -o lcov.info > /dev/null ~/.local/bin/codecov -X gcov - cat lcov.info | node_modules/.bin/coveralls + #cat lcov.info | node_modules/.bin/coveralls # Clean up these stragglers so BOOST_ROOT cache is clean find $BOOST_ROOT/bin.v2 -name "*.gcda" | xargs rm -f diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 7fedbb76..df2aa312 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -71,6 +71,6 @@ mkdir -p $LCOV_ROOT cd $HOME/lcov-1.12 && make install PREFIX=$LCOV_ROOT # Install coveralls reporter -cd $HERE -mkdir -p node_modules -npm install coveralls +#cd $HERE +#mkdir -p node_modules +#npm install coveralls