mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-03 01:54:44 +02:00
add coveralls to test coverage (#1060)
This commit is contained in:
parent
a07b37e4ec
commit
f59ac2a1d7
@ -62,6 +62,10 @@ matrix:
|
|||||||
BUILD_TYPE=Debug
|
BUILD_TYPE=Debug
|
||||||
LIB_TYPE=shared
|
LIB_TYPE=shared
|
||||||
DESTDIR=/tmp/cmake_json_cpp
|
DESTDIR=/tmp/cmake_json_cpp
|
||||||
|
before_install:
|
||||||
|
- pip install --user cpp-coveralls
|
||||||
script: ./.travis_scripts/cmake_builder.sh
|
script: ./.travis_scripts/cmake_builder.sh
|
||||||
|
after_success:
|
||||||
|
- coveralls --include src/lib_json --include include
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user