From 5ed3b678baa830c0bef8a3f276b76ff88ec25df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 23 Feb 2023 12:00:56 +0100 Subject: [PATCH] doc: tests: Fix incorrect table syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes an incorrect use of the reStructuredText grid table syntax. Signed-off-by: Benjamin Cabé --- doc/develop/test/coverage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/develop/test/coverage.rst b/doc/develop/test/coverage.rst index fdbb343d16..f911c74287 100644 --- a/doc/develop/test/coverage.rst +++ b/doc/develop/test/coverage.rst @@ -165,6 +165,8 @@ default for the Twister ``--gcov-tool`` argument default: | Toolchain | ``--gcov-tool`` value | +-----------+-----------------------+ | host | ``gcov`` | ++-----------+-----------------------+ | llvm | ``llvm-cov gcov`` | ++-----------+-----------------------+ | zephyr | ``gcov`` | +-----------+-----------------------+