Skip to content

Commit

Permalink
docs: describe debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Apr 24, 2023
1 parent f350da2 commit 059e56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 059e56d

Please sign in to comment.