From 059e56d143348431aafb4917fc9843532d0b6ac5 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 24 Apr 2023 11:04:16 +0300 Subject: [PATCH] docs: describe debug option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ab31a00..ddadd58e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The action's step needs to run after your test suite has outputted an LCOV file. | `git-commit` | _optional_ | Default: GITHUB_SHA environment variable. Override the commit SHA. | | `compare-ref` | _optional_ | Branch name to compare coverage with. Specify if you want to always check coverage change for PRs against one branch. | | `compare-sha` | _optional_ | Commit SHA to compare coverage with. | +| `debug` | _optional_ | Default: `false`. Set to `true` to enable debug logging. | ### Outputs: