aboutsummaryrefslogtreecommitdiffstats
path: root/docs/coverage.md
diff options
context:
space:
mode:
authorTamás Koczka <poprdi@google.com>2022-04-15 18:24:26 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2022-04-19 12:07:02 +0200
commitc334415ef5e147ea13e0f70dce3f665dea3e4de9 (patch)
tree317f79279102b790b824732798503d3acd051ca8 /docs/coverage.md
parentb5866354b986ff8955bba8e66a4a6aa42a279af0 (diff)
docs: fix coverage color for "both"
Diffstat (limited to 'docs/coverage.md')
-rw-r--r--docs/coverage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/coverage.md b/docs/coverage.md
index c9b8dc472..a2d8defec 100644
--- a/docs/coverage.md
+++ b/docs/coverage.md
@@ -36,7 +36,7 @@ All PC values associated to that line are covered. There is number on the left s
![Code line is fully covered](coverage_covered.png?raw=true)
-### Both: orange (#ff6400)
+### Both: orange (#c86400)
There are several PC values associated to the line and not all of these are executed. Again there is number left to the source code line that can clicked to open last program triggering associated PC values. Example below shows single line which has both excuted and non-executed PC values associated to it.