summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/coverage.py
AgeCommit message (Expand)Author
2024-11-04coverage.py: Guard use of `--html-nested` behind version check.Andrew McNulty
2024-07-10Replace exe_exists function with shutil.which()Mads Andreasen
2024-06-23coverage: Change --html-details to --html-nested (gcovr)Walkusz
2024-02-24scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...dragonmux
2024-02-16coverage: pass .lcovrc config file to genhtmlEsther Dalhuisen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-06Fix coverage with lcov 2.0 and uncovered subprojectsDavid Robillard
2023-10-08Add support for lcov 2.0Nigel Kukard
2023-04-25Fix html coverage report generation when using clang on linuxJakob Widauer
2023-02-01treewide: add future annotations importEli Schwartz
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2022-05-06coverage: be clever and detect config files for gcovr/lcovEli Schwartz
2021-11-01coverage generator: obey the documentation and only generate supported outputsEli Schwartz
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-06-17coverage: llvm-cov supportCary Converse
2019-04-24Add gcovr 4.2 supportRichard Kjerstadius
2018-12-16coverage: Also remove source_root prefixesWilliam A. Kennington III
2018-12-02coverage: Print summary after gcovr html generationMohammed Sadiq
2018-10-09coverage: fix lcov branch coverage generationMohammed Sadiq
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