summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/coverage.py
Commit message (Expand)AuthorAgeFilesLines
* coverage: llvm-cov supportCary Converse2020-06-171-12/+34
* Add gcovr 4.2 supportRichard Kjerstadius2019-04-241-16/+13
* coverage: Also remove source_root prefixesWilliam A. Kennington III2018-12-161-0/+1
* coverage: Print summary after gcovr html generationMohammed Sadiq2018-12-021-1/+2
* coverage: fix lcov branch coverage generationMohammed Sadiq2018-10-091-0/+3
* Generate coveragereport directory for gcovr html targetJoel Klinghed2018-03-191-0/+2
* Exclude subprojects when doing coverageJoel Klinghed2018-03-191-2/+12
* Use standalone coverage script for legacy targetsJoel Klinghed2018-03-191-73/+109
* fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed2018-03-121-2/+2
* fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-03-121-2/+2
* Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed2018-02-271-1/+9
* Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-02-271-3/+8
* Remove all files outside the source directory from the coverage reportHenk van der Laan2018-02-081-10/+7
* Echo coverage report uris after generation. Fixes #2805.Félix Piédallu2018-01-301-1/+10
* Exclude llvm/clang lib headers from test coveragesnsmac2017-12-171-0/+1
* Exclude system sources from test coverageStefan Sonski2017-08-111-0/+1
* Strip system directories and show coverage for files not executed at all. Clo...Jussi Pakkanen2017-05-131-19/+37
* Moved coverage commands to a standalone script.Jussi Pakkanen2017-05-131-0/+61