]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a target to generate local coverage reports
authorNeil Horman <nhorman@openssl.org>
Mon, 16 Jun 2025 22:46:58 +0000 (18:46 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 20 Jun 2025 10:40:14 +0000 (06:40 -0400)
commit03839dc6ef6776404e0f60be0924bd883aaf9ca9
tree7dbb01422bef9811ef3591f755112bfdcf18d8a4
parent78051ae9e5482978e60f959e16bd5ea7ecbe840b
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 <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27839)
Configurations/unix-Makefile.tmpl