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