We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67a0c3 commit a042759Copy full SHA for a042759
ci-report-coverage
@@ -1,17 +1,14 @@
1
#!/bin/bash
2
3
-export EXCLUDE_COVERAGE="--exclude .libs"
4
-
5
find ../ -name *.gcda
6
7
echo "Copying files to the correct locations for correct gcov analysis"
8
cp -R ../src/* ./src/
9
cp -R ../src/details/* ./src/details/
10
cp -R ../src/httpserver/* ./src/httpserver/
11
-cp -R ./src/.libs/*.gcda ./src/
12
cp -R ../test/* ./test/
13
cp -R ../test/integ/* ./test/integ/
14
cp -R ../test/unit/* ./test/unit/
15
16
echo "Sending coveralls json report"
17
-coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp'
+coveralls --gcov-options '\-lp'
0 commit comments