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
|`file-patterns`|`false`| A whitespace separated list of (Bash standard) glob patterns which specify the files and directories to include in the OFT trace run.<br>If not specified, the local workspace directory is used. |
12
+
|`report-filename`|`true`| The name of the file that OpenFastTrace should write the analysis results to. |
13
+
|`report-format`|`false`| The format of the report that OpenFastTrace should produce. Default value is `plain`. |
14
+
|`fail-on-error`|`false`| By default, the action will never fail but indicate the result of running the trace command in the `oft-exit-code` output variable.<br>Setting this parameter to `true` will let the Action return the exit code produced by running OpenFastTrace. |
|`requirements-tracing-exit-code`|0: OFT has run successfully and all specification items are covered<br>1: OFT has either failed to run or at least one specification item is not covered. |
|`oft-exit-code`|`0`: OFT has run successfully and all specification items are covered<br>`>1`: OFT has either failed to run or at least one specification item is not covered. |
0 commit comments