From 7db9529d96c41d01ffac1a0d83036339e6ead5c9 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Sun, 21 Sep 2025 12:24:42 +0300 Subject: [PATCH] docs: fix markdown formatting in maximum coverage configuration section --- docs/docs/tools/improve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index 5b83b69c..6ad389ab 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -556,7 +556,7 @@ This approach has two main benefits: Note: Chunking is primarily relevant for large PRs. For most PRs (up to 600 lines of code), Qodo Merge will be able to process the entire code in a single call. #### Maximum coverage configuration -> `💎 feature +> `💎 feature` For critical code reviews requiring maximum coverage, you can combine several settings to achieve a "super exhaustive" analysis. This is not a built-in mode, but a configuration recipe for advanced use cases.