Skip to content

Commit

Permalink
Fix code_coverage.md docs to specify is_debug=false GN arg.
Browse files Browse the repository at this point in the history
One instance of this was already fixed in
https://chromium-review.googlesource.com/c/chromium/src/+/1874486.  This
CL simply covers the other.

Bug: NONE
Change-Id: Ic0dc4ce2fdc1ca0daa414b50d2f9cf5a59f676ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130667
Reviewed-by: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: Sajjad Mirza <sajjadm@chromium.org>
Commit-Queue: Sajjad Mirza <sajjadm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755064}
  • Loading branch information
Bryce Thomas authored and Commit Bot committed Mar 31, 2020
1 parent 145e624 commit c9137cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/testing/code_coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ Here is an example usage:

```
$ gn gen out/coverage \
--args='use_clang_coverage=true is_component_build=false dcheck_always_on=true'
--args="use_clang_coverage=true is_component_build=false
dcheck_always_on=true is_debug=false"
$ python tools/code_coverage/coverage.py \
crypto_unittests url_unittests \
-b out/coverage -o out/report \
Expand Down

0 comments on commit c9137cf

Please sign in to comment.