now both clang and gcc have coverage without any dumb hacks
This commit is contained in:
parent
d809bbd1a9
commit
4fed9327a4
3 changed files with 9 additions and 7 deletions
|
|
@ -91,7 +91,6 @@ matrix:
|
|||
language: cpp
|
||||
env: BINDINGS=cpp CC=clang
|
||||
before_install:
|
||||
- if [ "$CC" == "clang" ]; then export CC="clang --coverage"; fi
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install lcov
|
||||
- gem install coveralls-lcov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue