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 <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27839)
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)