Searched hist:"0708 e6476fad27c4d98c5c302a7d7ca475a41369" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ |
H A D | .travis.yml | 0708e6476fad27c4d98c5c302a7d7ca475a41369 Wed Jun 20 06:00:07 CDT 2018 Alex Bennée <alex.bennee@linaro.org> travis: add gcovr summary for GCOV build
This gives a more useful summary, sorted by descending % coverage, after the tests have run. The final numbers will give an idea if our coverage is getting better or worse.
To keep the width sane we need to post process the file that the old gcovr tool generates. This is done with a mix of sed, awk and column in the scripts/coverage-summary.sh script.
As quite a lot of lines don't get covered at all we filter out all the 0% lines. If the file doesn't appear it is not being exercised.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
|
H A D | MAINTAINERS | 0708e6476fad27c4d98c5c302a7d7ca475a41369 Wed Jun 20 06:00:07 CDT 2018 Alex Bennée <alex.bennee@linaro.org> travis: add gcovr summary for GCOV build
This gives a more useful summary, sorted by descending % coverage, after the tests have run. The final numbers will give an idea if our coverage is getting better or worse.
To keep the width sane we need to post process the file that the old gcovr tool generates. This is done with a mix of sed, awk and column in the scripts/coverage-summary.sh script.
As quite a lot of lines don't get covered at all we filter out all the 0% lines. If the file doesn't appear it is not being exercised.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
|