aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/coverage.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Add gcovr 4.2 supportRichard Kjerstadius1-16/+13
2018-12-16coverage: Also remove source_root prefixesWilliam A. Kennington III1-0/+1
2018-12-02coverage: Print summary after gcovr html generationMohammed Sadiq1-1/+2
2018-10-09coverage: fix lcov branch coverage generationMohammed Sadiq1-0/+3
2018-03-19Generate coveragereport directory for gcovr html targetJoel Klinghed1-0/+2
2018-03-19Exclude subprojects when doing coverageJoel Klinghed1-2/+12
2018-03-19Use standalone coverage script for legacy targetsJoel Klinghed1-73/+109
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-2/+2
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-2/+2
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed1-1/+9
2018-02-27Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed1-3/+8
2018-02-08Remove all files outside the source directory from the coverage reportHenk van der Laan1-10/+7
2018-01-30Echo coverage report uris after generation. Fixes #2805.Félix Piédallu1-1/+10
2017-12-17Exclude llvm/clang lib headers from test coveragesnsmac1-0/+1
2017-08-11Exclude system sources from test coverageStefan Sonski1-0/+1
2017-05-13Strip system directories and show coverage for files not executed at all. Clo...Jussi Pakkanen1-19/+37
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen1-0/+61