We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f350da2 commit 059e56dCopy full SHA for 059e56d
README.md
@@ -28,6 +28,7 @@ The action's step needs to run after your test suite has outputted an LCOV file.
28
| `git-commit` | _optional_ | Default: GITHUB_SHA environment variable. Override the commit SHA. |
29
| `compare-ref` | _optional_ | Branch name to compare coverage with. Specify if you want to always check coverage change for PRs against one branch. |
30
| `compare-sha` | _optional_ | Commit SHA to compare coverage with. |
31
+| `debug` | _optional_ | Default: `false`. Set to `true` to enable debug logging. |
32
33
### Outputs:
34
0 commit comments