gen-coverage-report.sh


Log

Author Commit Date CI Message
Brent Cook 134f3239 2015-05-07T07:56:19 add branch coverage, skip coverage check of tests themselves
Brent Cook dd646a33 2015-03-18T19:12:42 enable libtls by default The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
Brent Cook 3cb34ee9 2015-03-01T17:37:12 add a simple code coverage generation script The lcov tools (http://ltp.sourceforge.net/coverage/lcov.php) are required to generate reports. Original idea from this PR, thanks to Jim Barlow for doing the initial integration work. https://github.com/libressl-portable/portable/pull/58