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: packages/ci/README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,6 @@ Optionally, you can override default options for further customization:
106
106
|`silent`|`boolean`|`false`| Hides logs from CLI commands (errors will be printed) |
107
107
|`bin`|`string`|`'npx --no-install code-pushup'`| Command for executing Code PushUp CLI |
108
108
|`detectNewIssues`|`boolean`|`true`| Toggles if new issues should be detected and returned in `newIssues` property |
109
-
|`logger`|`Logger`|`console`| Logger for reporting progress and encountered problems |
110
109
|`skipComment`|`boolean`|`false`| Toggles if comparison comment is posted to PR |
111
110
|`configPatterns`|`ConfigPatterns \| null`|`null`| Additional configuration which enables [faster CI runs](#faster-ci-runs-with-configpatterns)|
112
111
|`searchCommits`|`boolean \| number`|`false`| If base branch has no cached report in portal, [extends search up to 100 recent commits](#search-latest-commits-for-previous-report)|
@@ -115,15 +114,6 @@ Optionally, you can override default options for further customization:
115
114
116
115
[^2]: The `{task}` pattern is replaced with the `task` value, so the default behaviour is to list projects using `npx nx show projects --with-target=code-pushup --json`. The `nxProjectsFilter` options gives Nx users the flexibility to filter projects in alternative ways supported by the Nx CLI (e.g. `--affected`, `--projects`, `--exclude`, `--type`) - refer to [options in Nx docs](https://nx.dev/nx-api/nx/documents/show#options) for details.
117
116
118
-
The `Logger` object has the following required properties:
0 commit comments