summaryrefslogtreecommitdiff
path: root/docs/code_coverage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/code_coverage.md')
-rw-r--r--docs/code_coverage.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/code_coverage.md b/docs/code_coverage.md
index 458d87b7c5..4d9dbb6948 100644
--- a/docs/code_coverage.md
+++ b/docs/code_coverage.md
@@ -7,8 +7,8 @@ tests in the EC codebase.
## Availability
-Code coverage is only available for host-based unit tests, as opposed to
-manual tests that run on target hardware.
+Code coverage is only available for host-based unit tests, as opposed to manual
+tests that run on target hardware.
## Building for code coverage
@@ -26,9 +26,10 @@ The coverage report top-level page is `build/coverage/coverage_rpt/index.html`.
### Noise in the build output
When building for code coverage, you may see multiple warnings of the form
-`geninfo: WARNING: no data found for /mnt/host/source/src/platform/ec/core/host/cpu.h`
-and
-`genhtml: WARNING: function data mismatch at /mnt/host/source/src/platform/ec/common/math_util.c:134`
+`geninfo: WARNING: no data found for
+/mnt/host/source/src/platform/ec/core/host/cpu.h` and `genhtml: WARNING:
+function data mismatch at
+/mnt/host/source/src/platform/ec/common/math_util.c:134`
These warnings can be ignored. (FYI, the "function data mismatch" warnings
appear to be caused in part by using relative paths instead of absolute paths.)