Skip to content
Snippets Groups Projects
Commit 1535fda3 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: added 'daemon' coverage tracking

parent 0f81cfaa
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -33,7 +33,7 @@ before_script:
script:
- make ${MAKEOPTS} install check COVERAGE=1 PREFIX=${HOME}/.local
after_success:
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -x ".c" --gcov-options '\-lp'
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp'
sudo: false
cache:
directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment