From 03839dc6ef6776404e0f60be0924bd883aaf9ca9 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 16 Jun 2025 18:46:58 -0400 Subject: [PATCH] Add a target to generate local coverage reports Add a target to allow developers to generate coverage reports for a build like coveralls does. This will let us identify rarely used branches when doing development, so that we can optimize them. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/27839) --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index be772bfebf..fe215679ba 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -541,7 +541,7 @@ debuginfo: $(SHLIBS) done; cov-report: $(SHLIBS) - @set -e; gcovr -r . --txt-metric=branch --html --html-details -o openssl-metrics.html + @set -e; gcovr -r . --txt-metric=branch --html --html-details -o openssl-metrics.html ##@ Documentation build_generated_pods: $(GENERATED_PODS)