From fa2324504a06c413009d905286201d3b124380d9 Mon Sep 17 00:00:00 2001 From: Ken'ichiro Oyama Date: Thu, 25 Sep 2025 11:14:30 +0900 Subject: [PATCH] docs: update README to fix example configuration and remove implementation notes --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4b9bdd4..de267af 100644 --- a/README.md +++ b/README.md @@ -154,19 +154,13 @@ When using the `--out-octocov-path` option, patterner outputs metrics in octocov } ], "acceptables": [ - "pipeline_resolver_step_coverage_percentage >= 80", - "lint_warnings_total <= 5" + "current.pipeline_resolver_step_coverage_percentage >= 80", + "diff.lint_warnings_total <= 0" ] } ] ``` -**Implementation Notes:** -``` - -``` - ### View Coverage Display pipeline resolver step coverage for your workspace: