mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
No idea why coverall is failing now.
This commit is contained in:
parent
fb16b110af
commit
94d17b0001
1 changed files with 1 additions and 1 deletions
|
@ -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 -E **/*.h -e config.h --exclude lib --gcov-options '\-lp'
|
- coveralls -x c --gcov-options '\-lp'
|
||||||
|
|
Loading…
Add table
Reference in a new issue