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 f42f131 commit bede797Copy full SHA for bede797
ci-report-coverage
@@ -2,16 +2,5 @@
2
3
export EXCLUDE_COVERAGE="--exclude .libs"
4
5
-gcov -v
6
-
7
-echo "Running gcovr"
8
-gcovr -r .
9
10
-echo "Creating coveralls json report"
11
-coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp' --dump coveralls.json
12
13
-echo "Analyzing coveralls report"
14
-../coveralls-debug
15
16
echo "Sending coveralls json report"
17
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp'
0 commit comments