From: Magnus Jacobsson Date: Thu, 8 Jul 2021 12:09:49 +0000 (+0200) Subject: add a CHANGELOG entry for the test coverage analysis X-Git-Tag: 2.48.0~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73e7f02fdac48a439f71cc84aabf6f9e2aa45f8d;p=graphviz add a CHANGELOG entry for the test coverage analysis --- diff --git a/CHANGELOG.md b/CHANGELOG.md index df4a47a2d..0844b548e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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