../..
authorMichael Wallner <mike@php.net>
Wed, 12 Jan 2022 10:00:56 +0000 (11:00 +0100)
committerMichael Wallner <mike@php.net>
Wed, 12 Jan 2022 10:00:56 +0000 (11:00 +0100)
Makefile.frag

index 1106dc513ca898cf4bfbae5161c70bd831977828..6a88b58ebb60f385b773fd2b8ef9ed6814ab5901 100644 (file)
@@ -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 "************************************"