aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-07 03:17:42 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-21 16:11:31 -0400
commit17328e7019b8b7406a82a508beedf3138ad1681b (patch)
tree60a963c62c89f38a8d1f4cdc847df002e0826187 /docs
parentb595cda4ed0ca699da3052a6bd30ba7d1dae1124 (diff)
downloadmeson-17328e7019b8b7406a82a508beedf3138ad1681b.zip
meson-17328e7019b8b7406a82a508beedf3138ad1681b.tar.gz
meson-17328e7019b8b7406a82a508beedf3138ad1681b.tar.bz2
Add coverage export for tests.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Release-notes-for-0.41.0.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.41.0.md b/docs/markdown/Release-notes-for-0.41.0.md
index a96ded0..7da9ed7 100644
--- a/docs/markdown/Release-notes-for-0.41.0.md
+++ b/docs/markdown/Release-notes-for-0.41.0.md
@@ -52,7 +52,12 @@ installed. This is roughly equivalent to the `distcheck` target in
other build systems. Currently this only works for projects using Git
and only with the Ninja backend.
-
## Support for passing arguments to Rust compiler
Targets for building rust now take a `rust_args` keyword.
+
+## Code coverage export for tests
+
+Code coverage can be generated for tests by passing the `--cov` argument to
+the `run_tests.py` test runner. Note, since multiple processes are used,
+coverage must be combined before producing a report (`coverage3 combine`.)