docs: fix another regression in having functional docs

In commit 83a973ca04 a bunch of strange
changes were made, that were not even tested. Make sure people get the
correct command for running coverage targets.
pull/12428/head^2
Eli Schwartz 10 months ago
parent 33527630f1
commit 760d8d50b6
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      docs/markdown/Commands.md
  2. 2
      docs/markdown/howtox.md

@ -114,7 +114,7 @@ meson compile foo:shared_library foo:static_library bar
Produce a coverage html report (if available):
```
meson compile coverage-html
ninja coverage-html
```
### dist

@ -174,7 +174,7 @@ Then issue the following commands.
```console
$ meson compile
$ meson test
$ meson compile coverage-html (or coverage-xml)
$ ninja coverage-html (or coverage-xml)
```
The coverage report can be found in the meson-logs subdirectory.

Loading…
Cancel
Save