diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-07-03 17:39:59 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-07-03 17:39:59 +0300 |
| commit | 9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d (patch) | |
| tree | 983bed70068da2fb12c7d5ecafb0bb31e2e99720 /docs/markdown/snippets/coverage_config_files.md | |
| parent | 51dad83d465363b9de18885d0047897f8a211e53 (diff) | |
| download | meson-9c6dab2cfd310ef2d840a2a7a479ce6b9e563b1d.tar.gz | |
Finalize the release.
Diffstat (limited to 'docs/markdown/snippets/coverage_config_files.md')
| -rw-r--r-- | docs/markdown/snippets/coverage_config_files.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/markdown/snippets/coverage_config_files.md b/docs/markdown/snippets/coverage_config_files.md deleted file mode 100644 index 2be1214c7..000000000 --- a/docs/markdown/snippets/coverage_config_files.md +++ /dev/null @@ -1,12 +0,0 @@ -## Coverage targets now respect tool config files - -gcovr >= 4.2 supports `gcovr.cfg` in the project source root to configure how -coverage is generated. If Meson detects that gcovr will load this file, it no -longer excludes the `subprojects/` directory from coverage. It's a good default -for Meson to guess that projects want to ignore it, but not all projects prefer -that and it is assumed that if a gcovr.cfg exists then it will manually -include/exclude desired paths. - -lcov supports `.lcovrc`, but only as a systemwide or user setting. This is -non-ideal for projects, so Meson will now detect one in the project source root -and, if present, manually tell lcov to use it. |
