You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The action's step needs to run after your test suite has outputted an LCOV file.
22
22
|`parallel-finished`|_optional_| Set to true in the last job, after the other parallel jobs steps have completed, this will send a webhook to Coveralls to set the build complete. |
23
23
|`carryforward`|_optional_| Comma separated flags used to carryforward results from previous builds if some of the parallel jobs are missing. Used only with `parallel-finished`. |
24
24
|`coveralls-endpoint`|_optional_| Hostname and protocol: `https://<host>`; Specifies a [Coveralls Enterprise](https://enterprise.coveralls.io/) hostname. |
25
+
|`allow-empty`|_optional_| Default: `false`. Don't fail if coverage report is empty or contains no coverage data. |
25
26
|`base-path`|_optional_| Path to the root folder of the project the coverage was collected in. Should be used in monorepos so that coveralls can process the LCOV correctly (e.g. packages/my-project) |
26
27
|`git-branch`|_optional_| Default: GITHUB_REF environment variable. Override the branch name. |
27
28
|`git-commit`|_optional_| Default: GITHUB_SHA environment variable. Override the commit SHA. |
0 commit comments