Skip to content

Commit

Permalink
docs: fix another regression in having functional docs
Browse files Browse the repository at this point in the history
In commit 83a973c a bunch of strange
changes were made, that were not even tested. Make sure people get the
correct command for running coverage targets.
  • Loading branch information
eli-schwartz committed Jan 21, 2024
1 parent 3352763 commit 760d8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/markdown/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/howtox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 760d8d5

Please sign in to comment.