Skip to content

Commit 059e56d

Browse files
committed
docs: describe debug option
1 parent f350da2 commit 059e56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The action's step needs to run after your test suite has outputted an LCOV file.
2828
| `git-commit` | _optional_ | Default: GITHUB_SHA environment variable. Override the commit SHA. |
2929
| `compare-ref` | _optional_ | Branch name to compare coverage with. Specify if you want to always check coverage change for PRs against one branch. |
3030
| `compare-sha` | _optional_ | Commit SHA to compare coverage with. |
31+
| `debug` | _optional_ | Default: `false`. Set to `true` to enable debug logging. |
3132

3233
### Outputs:
3334

0 commit comments

Comments
 (0)