From 4caa54d733465601f4d1864e6b214b6c27913004 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 12 Jan 2022 11:00:56 +0100 Subject: [PATCH] ../.. --- Makefile.frag | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.frag b/Makefile.frag index 1106dc5..6a88b58 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -26,4 +26,9 @@ clean-ion: gcov-ion: @rm -rf $@ @mkdir -p $@ - @gcovr -j $$(nproc) -sr . --html --html-details --html-title $@ -o $@/index.html -f '.*/(php_)?ion.*' 2>/dev/null + @echo + @echo "Generating coverage in $@..." + @echo "************************************" + @gcovr -j $$(nproc) -sr . -f '.*/(php_)?ion.*' 2>/dev/null \ + --html-title $@ --html-details $@/index.html + @echo "************************************" -- 2.30.2