Re: [RFC PATCH 1/1] Add basic support for code coverage analysis

2023-08-20 Thread Stephen Hemminger
On Tue, 6 Sep 2022 18:43:09 +0200 Felix Moessbauer wrote: > This patch adds basic support to get meaningful > code coverage statistics for some central components. > To keep things simple, we only focus on the parts that are > tested as part of the "fast-tests" suite. > This includes the lib as

[RFC PATCH 1/1] Add basic support for code coverage analysis

2022-09-06 Thread Felix Moessbauer
This patch adds basic support to get meaningful code coverage statistics for some central components. To keep things simple, we only focus on the parts that are tested as part of the "fast-tests" suite. This includes the lib as well as drivers that do not require special hardware to be tested. By