Skip to content

Commit

Permalink
coverall-cpp seems able to work with libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiano Merlino committed Jan 18, 2015
1 parent c67a0c3 commit a042759
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci-report-coverage
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
#!/bin/bash

export EXCLUDE_COVERAGE="--exclude .libs"

find ../ -name *.gcda

echo "Copying files to the correct locations for correct gcov analysis"
cp -R ../src/* ./src/
cp -R ../src/details/* ./src/details/
cp -R ../src/httpserver/* ./src/httpserver/
cp -R ./src/.libs/*.gcda ./src/
cp -R ../test/* ./test/
cp -R ../test/integ/* ./test/integ/
cp -R ../test/unit/* ./test/unit/

echo "Sending coveralls json report"
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp'
coveralls --gcov-options '\-lp'

0 comments on commit a042759

Please sign in to comment.