1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Try to fix coveral.

This commit is contained in:
QC 2014-08-29 15:32:46 +02:00
parent 41520160f9
commit fb16b110af

View file

@ -11,4 +11,4 @@ before_install:
script:
- autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh
after_success:
- coveralls -x c --exclude lib --gcov-options '\-lp'
- coveralls -E **/*.h -e config.h --exclude lib --gcov-options '\-lp'