From 5a989ffd68f0a4aba57dd326e318d53a34b13280 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 6 Feb 2025 00:03:22 +0000 Subject: [PATCH] Restyled by prettier-markdown --- docs/guides/BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/BUILDING.md b/docs/guides/BUILDING.md index 455933bdc6216f..ae58952628c477 100644 --- a/docs/guides/BUILDING.md +++ b/docs/guides/BUILDING.md @@ -616,8 +616,8 @@ Coverage from cluster implementations - all: Coverage from the entire Matter SDK --python Also run Python-based tests, in addition to unit tests. -o, --output_root=DIR If specified, skip the build phase and only run coverage -on the provided build output directory. This directory must have been -built with use_coverage=true and have had tests run already. +on the provided build output directory. This directory must have been built with +use_coverage=true and have had tests run already. --target= When running unit tests, specifies a particular test target to run (e.g., TestEmberAttributeBuffer.run).