Skip to content

Commit f59ac2a

Browse files
dota17baylesj
authored andcommitted
add coveralls to test coverage (#1060)
1 parent a07b37e commit f59ac2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ matrix:
6262
BUILD_TYPE=Debug
6363
LIB_TYPE=shared
6464
DESTDIR=/tmp/cmake_json_cpp
65+
before_install:
66+
- pip install --user cpp-coveralls
6567
script: ./.travis_scripts/cmake_builder.sh
68+
after_success:
69+
- coveralls --include src/lib_json --include include
6670
notifications:
6771
email: false

0 commit comments

Comments
 (0)