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:
parent
1187df5328
commit
78051ae9e5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user