Skip to content

Commit

Permalink
fine-tune cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 21, 2018
1 parent 38013c0 commit f8b95ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/linux/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake ${CMAKE_OPTIONS} \
-DMEMORYCHECK_SUPPRESSIONS_FILE=../scripts/ci/linux/valgrind.supp \
-DENABLE_TESTS=ON ..

make VERBOSE=1
make # VERBOSE=1

# run and submit to cdash
# GLIBCPP_FORCE_NEW=1; \
Expand Down Expand Up @@ -59,6 +59,6 @@ cd build_coverage_lnx
cmake ${CMAKE_OPTIONS} -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON -DENABLE_COVERAGE=ON ..
make
CTEST_TARGET_SYSTEM=Linux-gcc; ctest -VV
coveralls --exclude lib --exclude tests --gcov-options '\-lp'
coveralls --exclude googletest-src --exclude tests --exclude CMakeFiles --gcov-options '\-lp'

cd ..

0 comments on commit f8b95ed

Please sign in to comment.