Add target for local coverage report generation

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27839)
This commit is contained in:
Neil Horman 2025-06-16 18:38:34 -04:00
parent 1187df5328
commit 78051ae9e5

View File

@ -540,6 +540,9 @@ debuginfo: $(SHLIBS)
$(OBJCOPY) --strip-debug --add-gnu-debuglink=$$i.debug $$i; \
done;
cov-report: $(SHLIBS)
@set -e; gcovr -r . --txt-metric=branch --html --html-details -o openssl-metrics.html
##@ Documentation
build_generated_pods: $(GENERATED_PODS)
build_docs: build_man_docs build_html_docs ## Create documentation