]> granicus.if.org Git - graphviz/commitdiff
add a CHANGELOG entry for the test coverage analysis
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 8 Jul 2021 12:09:49 +0000 (14:09 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 11 Jul 2021 05:04:20 +0000 (07:04 +0200)
CHANGELOG.md

index df4a47a2d5f52909ac508fcc92d59c95ad324121..0844b548e4ae0e4666955bef6c6009236d0328e9 100644 (file)
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 - a new C++ test infrastructure based on ctest and Catch2 towards #2002
+- support for test coverage analysis with
+  [lcov](http://ltp.sourceforge.net/coverage/lcov.php) and
+  [test coverage visualization in GitLab MRs](https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html)
 
 ### Changed