File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,11 @@ matrix:
5353 before_install :
5454 - pip install --user cpp-coveralls
5555 script :
56- - mkdir cover && cd cover
57- - cmake .. && make VERBOSE=1 -j check
56+ - cmake . && make VERBOSE=1 -j check
5857 - pwd
5958 - ls -laR
6059 after_success :
61- - coveralls --verbose --gcov gcov-7 --gcov-options '\-lp'
60+ - coveralls --verbose --exclude-pattern "CMake.+" -- gcov gcov-7 --gcov-options '\-lp'
6261
6362notifications :
6463 email : false
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/cppden/ctstring.svg?branch=master )] ( https://travis-ci.org/cppden/ctstring )
22[ ![ Coverage Status] ( https://coveralls.io/repos/github/cppden/ctstring/badge.svg?branch=master )] ( https://coveralls.io/github/cppden/ctstring?branch=master )
3+ [ ![ Coverity Scan] ( https://scan.coverity.com/projects/cppden-ctstring )] ( https://img.shields.io/coverity/scan/13793.svg )
34[ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( ../master/LICENSE )
45
56# ctstring
You can’t perform that action at this time.
0 commit comments