From 73e7f02fdac48a439f71cc84aabf6f9e2aa45f8d Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Thu, 8 Jul 2021 14:09:49 +0200 Subject: [PATCH] add a CHANGELOG entry for the test coverage analysis --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1