]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add branch coverage to our coveralls run
authorNeil Horman <nhorman@openssl.org>
Mon, 16 Jun 2025 21:35:07 +0000 (17:35 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 20 Jun 2025 10:40:14 +0000 (06:40 -0400)
commit1187df53287dcb1ba04479a1cd2dd0547dc14354
treeef70435fe01dad9c5aec6b5e7967392a5330617b
parentd8277a6fba7afe6155884dd1c5300dbc829638a7
Add branch coverage to our coveralls run

Coveralls is capable of reporting not only covered lines in a build, but
also the number of times a given branch was taken vs. not taken.  This
will help us identify locations where we might make better use of the
openssl_likely and openssl_unlikely macros to optimize branch prediction
when building openssl

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27839)
.github/workflows/coveralls.yml
Configurations/10-main.conf
Configure