diff options
author | Vedran Miletić <rivanvx@gmail.com> | 2020-03-09 20:55:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 21:55:17 +0200 |
commit | 912d7b7eea3d7c1f5f1879487690b1dd84c13f74 (patch) | |
tree | 5ed9b21e801ae12c82760fdc96a7f6cc4cef92db /docs/markdown/Feature-autodetection.md | |
parent | cfb79d031605c45575daee2909c79a9251baaea0 (diff) | |
download | meson-912d7b7eea3d7c1f5f1879487690b1dd84c13f74.zip meson-912d7b7eea3d7c1f5f1879487690b1dd84c13f74.tar.gz meson-912d7b7eea3d7c1f5f1879487690b1dd84c13f74.tar.bz2 |
Document the requirement to run tests before coverage [skip ci]
Co-authored-by: Vedran Miletić <vedran@miletic.net>
Diffstat (limited to 'docs/markdown/Feature-autodetection.md')
-rw-r--r-- | docs/markdown/Feature-autodetection.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Feature-autodetection.md b/docs/markdown/Feature-autodetection.md index a4e8e45..c1b7659 100644 --- a/docs/markdown/Feature-autodetection.md +++ b/docs/markdown/Feature-autodetection.md @@ -32,3 +32,8 @@ reports can then be produced simply by calling e.g. `ninja coverage-xml`. As a convenience, a high-level *coverage* target is also generated which will produce all 3 coverage report types, if possible. + +Note that generating any of the coverage reports described above +requires the tests (i.e. `ninja test`) to finish running so the +information about the functions that are called in the tests can be +gathered for the report. |