diff options
Diffstat (limited to 'changes/lcov_excl')
-rw-r--r-- | changes/lcov_excl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/lcov_excl b/changes/lcov_excl new file mode 100644 index 0000000000..474181cfa3 --- /dev/null +++ b/changes/lcov_excl @@ -0,0 +1,7 @@ + o Minor features (testing): + - Use the lcov convention for marking lines as unreachable, so that + we don't count them when we're generating test coverage data. + Update our coverage tools to understand this convention. + Closes ticket #16792. + + |