Commit ef0b777f authored by Anton Bukov's avatar Anton Bukov

Add --gcov option to cpp-coveralls

parent ceac12f8
......@@ -22,7 +22,7 @@ matrix:
sources: &sources
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.8
- env: CXX=clang++-3.8 CC=clang-3.8 GCOV=gcov-5
- env: CXX=clang++-3.8 CC=clang-3.8 GCOV=gcov
addons:
apt:
packages:
......@@ -50,4 +50,4 @@ script:
- ./benchmark/boolinqbenchmark
after_success:
- coveralls --root .. --include include --gcov-options '\-lp' --verbose
- coveralls --root .. --include include --gcov-options '\-lp' --gcov $GCOV --verbose
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment