aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Feature-autodetection.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-03-13 21:12:16 +0200
committerGitHub <noreply@github.com>2018-03-13 21:12:16 +0200
commitae0e469b0692862dae10ceb02799feb3f117ce26 (patch)
treed7de1e59b84965affc30ff8a7c22b44d8f23ba16 /docs/markdown/Feature-autodetection.md
parent552916d2d24723ef579ee54b18b8bd7b25328cf8 (diff)
parentdfc0655bcd6f00e2711331ddf582d1fa18223d70 (diff)
downloadmeson-ae0e469b0692862dae10ceb02799feb3f117ce26.zip
meson-ae0e469b0692862dae10ceb02799feb3f117ce26.tar.gz
meson-ae0e469b0692862dae10ceb02799feb3f117ce26.tar.bz2
Merge pull request #3145 from thejk/gcovr
Support gcovr >= 3.1 and add gcovr html report as fallback
Diffstat (limited to 'docs/markdown/Feature-autodetection.md')
-rw-r--r--docs/markdown/Feature-autodetection.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Feature-autodetection.md b/docs/markdown/Feature-autodetection.md
index 65318ec..f865174 100644
--- a/docs/markdown/Feature-autodetection.md
+++ b/docs/markdown/Feature-autodetection.md
@@ -16,4 +16,4 @@ If you do not wish to use CCache for some reason, just specify your compiler wit
Coverage
--
-When doing a code coverage build, Meson will check the existence of binaries `gcovr`, `lcov` and `genhtml`. If the first one is found, it will create targets called *coverage-text* and *coverage-xml*. If the latter two are found, it generates the target *coverage-html*. You can then generate coverage reports just by calling e.g. `ninja coverage-xml`.
+When doing a code coverage build, Meson will check the existence of binaries `gcovr`, `lcov` and `genhtml`. If the first one is found, it will create targets called *coverage-text* and *coverage-xml*. If the latter two or a new enough `gcovr` is found, it generates the target *coverage-html*. You can then generate coverage reports just by calling e.g. `ninja coverage-xml`.