commit | 04efa97ad68195076eac038474877e7d05e3ff1e | [log] [tgz] |
---|---|---|
author | Yuke Liao <[email protected]> | Wed Jun 26 21:14:07 2019 |
committer | Commit Bot <[email protected]> | Wed Jun 26 21:14:07 2019 |
tree | 563f213eae6278b159c8ca1e12f363bf24ed2d15 | |
parent | b9b3e9e852626e1355123f2bd30780e96a569de7 [diff] [blame] |
[code coverage] Update doc references to clang_coverage recipe module The clang_coverage recipe module was renamed to code_coverage in https://chromium-review.googlesource.com/c/chromium/tools/build/+/1670914. This CL updates the references at chromium/src side accordingly. Bug: 977032 Change-Id: I2059b978cbc75d3f8621e7c14880ee6d40a92f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669984 Commit-Queue: Yuke Liao <[email protected]> Reviewed-by: John Budorick <[email protected]> Cr-Commit-Position: refs/heads/master@{#672657}
diff --git a/docs/testing/code_coverage.md b/docs/testing/code_coverage.md index 08a2ae96..5fd5290 100644 --- a/docs/testing/code_coverage.md +++ b/docs/testing/code_coverage.md
@@ -305,7 +305,7 @@ The code used by the bots that generate the coverage data lives (among other places) in the -[clang coverage recipe module](https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/clang_coverage/). +[code coverage recipe module](https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/code_coverage/). ### Why is coverage for X not reported or unreasonably low, even though there is a test for X?