diff --git a/Makefile b/Makefile index 6391d8c..6f2cdf7 100644 --- a/Makefile +++ b/Makefile @@ -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