Skip to content

Commit a042759

Browse files
author
Sebastiano Merlino
committed
coverall-cpp seems able to work with libtool
1 parent c67a0c3 commit a042759

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci-report-coverage

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
#!/bin/bash
22

3-
export EXCLUDE_COVERAGE="--exclude .libs"
4-
53
find ../ -name *.gcda
64

75
echo "Copying files to the correct locations for correct gcov analysis"
86
cp -R ../src/* ./src/
97
cp -R ../src/details/* ./src/details/
108
cp -R ../src/httpserver/* ./src/httpserver/
11-
cp -R ./src/.libs/*.gcda ./src/
129
cp -R ../test/* ./test/
1310
cp -R ../test/integ/* ./test/integ/
1411
cp -R ../test/unit/* ./test/unit/
1512

1613
echo "Sending coveralls json report"
17-
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp'
14+
coveralls --gcov-options '\-lp'

0 commit comments

Comments
 (0)