use gcovinator instead of gcovr to generate gcov HTML files

This commit is contained in:
Josh Holtrop 2017-01-15 16:21:56 -05:00
parent 0ab26dea2f
commit 68eefcb60b

View File

@ -9,5 +9,5 @@ clean:
test:
./waf build --targets tests
./build/tests
@mkdir -p coverage
-@(cd build; gcovr --object-directory=src/core --root=.. -o ../coverage/index.html --html --html-details --gcov-filter='.*src#core.*')
@-rm -rf coverage
-gcovinator -b build -s src