summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2023-01-12 09:01:44 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-01-13 22:48:14 +0000
commit0f52d7a9845beffe639aa7cefa195aaae274aad1 (patch)
treeb656cdd505df3ec03057d4c6baaf17000894e632 /README.md
parent55198413f19b7bb43ed7ff9578e30c663ef4c664 (diff)
downloadchrome-ec-0f52d7a9845beffe639aa7cefa195aaae274aad1.tar.gz
docs: Document the code coverage test requirements
Document the code coverage test requirements. BUG=b:261987897 BRANCH=none TEST=View docs in preview mode Change-Id: I0bde6ed3f36f88f4e7d1102c29ea73d112b82e74 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4166320 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80c131e7c9..8c04be20c3 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ Building directly from the EC repository:
```bash
cros_sdk
-cd ~/trunk/src/platform/ec
+cd ~/chromiumos/src/platform/ec
make -j BOARD=<boardname>
```
@@ -527,6 +527,9 @@ Please refer to existing commits (`git log`) to see the proper format for the
commit message. If you have configured git properly, running `git commit` with
the `-s` argument will add the Signed-off-by line for you.
+Note that code you submit must adhere to the [ChromeOS EC Firmware Test
+Requirements].
+
## Debugging
While adding `printf` statements can be handy, there are some other options for
@@ -677,3 +680,5 @@ cat /tmp/artifact_bundle_metadata
cat /tmp/metrics_build
ls -l /tmp/artifact_bundles/
```
+
+[ChromeOS EC Firmware Test Requirements]: ./docs/chromeos-ec-firmware-test-requirements.md