aboutsummaryrefslogtreecommitdiff
path: root/scripts/test/cov-exclude
AgeCommit message (Collapse)Author
2017-04-25Teach cov-exclude to detect runaway LCOV_EXCL_START linesNick Mathewson
Also, fix two instances of runaway LCOV_EXCL_START lines.
2016-04-12Adopt the LCOV convention for marking lines as unreachable by tests.Nick Mathewson
Document this convention. Add a script to post-process .gcov files in order to stop nagging us about excluded lines. Teach cov-diff to handle these post-processed files. Closes ticket 16792