Skip to content

Commit

Permalink
Fix Travis config for integration with coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed May 9, 2015
1 parent 6362c88 commit a1e172a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
- sudo pip install cpp-coveralls
script: mkdir build && cd build && cmake -D CMAKE_CXX_FLAGS:STRING="-std=c++0x --coverage" ../ && make && ../tests/run.sh
after_success:
- cd build && coveralls --exclude tests --gcov-options '\-lp'
- coveralls --exclude tests --gcov-options '\-lp'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ DCMTK++ is a set of wrappers around [DCMTK](http://dicom.offis.de/dcmtk.php.en)
to have an easier API, notably for the networking part.

[![Build Status](https://travis-ci.org/lamyj/dcmtkpp.svg?branch=master)](https://travis-ci.org/lamyj/dcmtkpp)
[![Coverage Status](https://coveralls.io/repos/lamyj/dcmtkpp/badge.svg)](https://coveralls.io/r/lamyj/dcmtkpp)

0 comments on commit a1e172a

Please sign in to comment.