summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/chromeos-ec-firmware-test-requirements.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/chromeos-ec-firmware-test-requirements.md b/docs/chromeos-ec-firmware-test-requirements.md
index 0a173769b3..2e8b461eb6 100644
--- a/docs/chromeos-ec-firmware-test-requirements.md
+++ b/docs/chromeos-ec-firmware-test-requirements.md
@@ -5,14 +5,13 @@
## Overview
The ChromeOS EC firmware requires that all C source and header file code changes
-include tests covering at least 80% of any new or changed lines of code.
+include tests covering at least 90% of any new or changed lines of code. A
+non-blocking warning comment is posted on CLs that do not exceed 95% coverage
+This change is in effect as of 2023-01-19.
The Gerrit commit-queue enforces the coverage requirement with the
`firmware-zephyr-cov-cq` builder.
-The Google EC firmware team plans to gradually increase the code coverage
-requirement from 80% to 95% for new or changed lines of code.
-
## Rationale
Starting 2H’22, all new Chromebook projects use the Zephyr RTOS as the