index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
coverage.py
Age
Commit message (
Expand
)
Author
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2024-11-04
coverage.py: Guard use of `--html-nested` behind version check.
Andrew McNulty
2024-07-10
Replace exe_exists function with shutil.which()
Mads Andreasen
2024-06-23
coverage: Change --html-details to --html-nested (gcovr)
Walkusz
2024-02-24
scripts/coverage: Implemented handling for passing the gcovr and llvm-cov bin...
dragonmux
2024-02-16
coverage: pass .lcovrc config file to genhtml
Esther Dalhuisen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-06
Fix coverage with lcov 2.0 and uncovered subprojects
David Robillard
2023-10-08
Add support for lcov 2.0
Nigel Kukard
2023-04-25
Fix html coverage report generation when using clang on linux
Jakob Widauer
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-08-26
Fix purely white space issues reported by flake8
Alf Henrik Sauge
2022-05-06
coverage: be clever and detect config files for gcovr/lcov
Eli Schwartz
2021-11-01
coverage generator: obey the documentation and only generate supported outputs
Eli Schwartz
2021-08-04
Escape path in exclude filter passed to gcovr
Alois Wohlschlager
2021-07-23
Add support for gcovr --sonarqube report
Weston Schmidt
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-06-17
coverage: llvm-cov support
Cary Converse
2019-04-24
Add gcovr 4.2 support
Richard Kjerstadius
2018-12-16
coverage: Also remove source_root prefixes
William A. Kennington III
2018-12-02
coverage: Print summary after gcovr html generation
Mohammed Sadiq
2018-10-09
coverage: fix lcov branch coverage generation
Mohammed Sadiq
2018-03-19
Generate coveragereport directory for gcovr html target
Joel Klinghed
2018-03-19
Exclude subprojects when doing coverage
Joel Klinghed
2018-03-19
Use standalone coverage script for legacy targets
Joel Klinghed
2018-03-12
fixup! Allow gcovr >= 3.1 to be used to generate html coverage report
Joel Klinghed
2018-03-12
fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1
Joel Klinghed
2018-02-27
Allow gcovr >= 3.1 to be used to generate html coverage report
Joel Klinghed
2018-02-27
Fix coverage-xml and coverage-text targets for gcovr >= 3.1
Joel Klinghed
2018-02-08
Remove all files outside the source directory from the coverage report
Henk van der Laan
2018-01-30
Echo coverage report uris after generation. Fixes #2805.
Félix Piédallu
2017-12-17
Exclude llvm/clang lib headers from test coverage
snsmac
2017-08-11
Exclude system sources from test coverage
Stefan Sonski
2017-05-13
Strip system directories and show coverage for files not executed at all. Clo...
Jussi Pakkanen
2017-05-13
Moved coverage commands to a standalone script.
Jussi Pakkanen