summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/coverage.py
AgeCommit message (Expand)Author
2018-03-19Generate coveragereport directory for gcovr html targetJoel Klinghed
2018-03-19Exclude subprojects when doing coverageJoel Klinghed
2018-03-19Use standalone coverage script for legacy targetsJoel Klinghed
2018-03-12fixup! Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-02-27Allow gcovr >= 3.1 to be used to generate html coverage reportJoel Klinghed
2018-02-27Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-02-08Remove all files outside the source directory from the coverage reportHenk van der Laan
2018-01-30Echo coverage report uris after generation. Fixes #2805.Félix Piédallu
2017-12-17Exclude llvm/clang lib headers from test coveragesnsmac
2017-08-11Exclude system sources from test coverageStefan Sonski
2017-05-13Strip system directories and show coverage for files not executed at all. Clo...Jussi Pakkanen
2017-05-13Moved coverage commands to a standalone script.Jussi Pakkanen