Only report coverage c files.
This commit is contained in:
@@ -11,4 +11,4 @@ before_install:
|
|||||||
script:
|
script:
|
||||||
- autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh
|
- autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls --exclude lib --gcov-options '\-lp'
|
- coveralls -x c --exclude lib --gcov-options '\-lp'
|
||||||
|
Reference in New Issue
Block a user