mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 06:44:39 +02:00
Remove coveralls integration
This commit is contained in:
@@ -2,6 +2,7 @@ Version 41
|
||||
|
||||
* Trim Appveyor matrix rows
|
||||
* Concept revision and documentation
|
||||
* Remove coveralls integration
|
||||
|
||||
API Changes
|
||||
|
||||
|
@@ -5,7 +5,6 @@
|
||||
[](https://travis-ci.org/vinniefalco/Beast)
|
||||
[](https://ci.appveyor.com/project/vinniefalco/beast)
|
||||
[](https://codecov.io/gh/vinniefalco/Beast)
|
||||
[](https://coveralls.io/github/vinniefalco/Beast?branch=master)
|
||||
[](http://vinniefalco.github.io/beast/)
|
||||
[](LICENSE_1_0.txt)
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user