Skip to content

Commit 15eb091

Browse files
committed
try coveralls
1 parent 361ceac commit 15eb091

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6362
notifications:
6463
email: false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

0 commit comments

Comments
 (0)