diff options
author | cagatay-y <cyigitsahin@outlook.com> | 2017-05-21 16:18:34 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-21 21:20:24 +0300 |
commit | 79b01110180a368f9a48fdafa81b072aaf19f86b (patch) | |
tree | 0085c0b6ee83a1b3f8cc08aa842a535874b02d36 | |
parent | 3bd6130df2e6fbf1ab33f999c0990082fcb42fb3 (diff) | |
download | meson-79b01110180a368f9a48fdafa81b072aaf19f86b.zip meson-79b01110180a368f9a48fdafa81b072aaf19f86b.tar.gz meson-79b01110180a368f9a48fdafa81b072aaf19f86b.tar.bz2 |
Update link
Gcovr homepage is moved. Updated the link to the new URL.
-rw-r--r-- | docs/markdown/Unit-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md index 1aa7806..13d66f7 100644 --- a/docs/markdown/Unit-tests.md +++ b/docs/markdown/Unit-tests.md @@ -30,7 +30,7 @@ Note how you need to specify multiple values as an array. Coverage -- -If you enable coverage measurements by giving Meson the command line flag `-Db_coverage=true`, you can generate coverage reports. Meson will autodetect what coverage generator tools you have installed and will generate the corresponding targets. These targets are `coverage-xml` and `coverage-text` which are both provided by [Gcovr](https://software.sandia.gov/trac/fast/wiki/gcovr) and `coverage-html`, which requires [Lcov](https://ltp.sourceforge.io/coverage/lcov.php) and [GenHTML](https://linux.die.net/man/1/genhtml). +If you enable coverage measurements by giving Meson the command line flag `-Db_coverage=true`, you can generate coverage reports. Meson will autodetect what coverage generator tools you have installed and will generate the corresponding targets. These targets are `coverage-xml` and `coverage-text` which are both provided by [Gcovr](http://gcovr.com) and `coverage-html`, which requires [Lcov](https://ltp.sourceforge.io/coverage/lcov.php) and [GenHTML](https://linux.die.net/man/1/genhtml). The the output of these commands is written to the log directory `meson-logs` in your build directory. |