mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Only report coverage c files.
This commit is contained in:
parent
f41657476e
commit
41520160f9
1 changed files with 1 additions and 1 deletions
|
@ -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 --exclude lib --gcov-options '\-lp'
|
||||
- coveralls -x c --exclude lib --gcov-options '\-lp'
|
||||
|
|
Loading…
Reference in a new issue