cli icon indicating copy to clipboard operation
cli copied to clipboard

A CLI to run all kinds of code quality measurements to align your team with company goals

Results 120 cli issues
Sort by recently updated
recently updated
newest added

add plugin options: ``` yml - type: dropdown id: related-plugin attributes: label: What plugin is involved? multiple: false options: - none/all - Coverage - EsLint - Lighthouse - JsPackages ```

๐Ÿ†˜ help wanted
๐Ÿงน maintenance
๐Ÿ’ก good first issue

Closes #474 - Make `@code-pushup/portal-client` an optional dependency in the `@code-pushup/core` package. - Update the core package to use dynamic imports for `@code-pushup/portal-client`. - Add a utility function to handle...

๐Ÿ“– Project documentation
๐Ÿ”ฌ testing
๐Ÿงฉ cli
๐Ÿงฉ core
๐Ÿ› ๏ธ tooling

### What happened? As commented on the slack channel, after using the javascript plugin with yarn v4 we couldn't make our runner work. The yarn audit command errors out when...

๐Ÿ› bug

## The problem Currently, our packages are bundled with ESBuild. This has some strange consequences. For example, although `@code-pushup/cli` depends on other packages like `@code-pushup/utils` via `dependencies` in `package.json`, the...

๐Ÿงน maintenance
๐Ÿ› ๏ธ tooling

### What happened? When running Code PushUp CLI in a Yarn 4 project, I get the following error: ``` node:internal/process/esm_loader:34 internalBinding('errors').triggerUncaughtException( ^ Error: @code-pushup/cli tried to access vscode-material-icons, but it...

๐Ÿ› bug
๐Ÿงฉ cli

The `code-pushup/github-action` code has grown in complexity since monorepo mode was added. Since we want to have very similar functionality for GitLab also (see https://github.com/code-pushup/github-action/issues/58), it would be much more...

๐Ÿฆพ CI/CD
๐Ÿงน maintenance
๐Ÿ› ๏ธ tooling

### What happened? 1. When trying to feed the table with array of objects it throws typing error. So I need to use as `any`. ![image](https://github.com/user-attachments/assets/21cc11a1-a2a9-43ea-9762-cfacaee96876) 2. When trying to...

๐Ÿ› bug

### User story As stated in [this comment](https://stackoverflow.com/a/72277425/26092001) (as an example) gitlab allows users to define services. Containers that will be deployed next to the ones running the CI steps...

closes #771 closes #776 - [x] โœ… `nx run-many -t build` - [x] โœ… `nx run-many -t lint` - [x] โœ… `nx run-many -t unit-test` - [ ] โŒ `nx...

๐Ÿ”ฌ testing
๐Ÿงฉ cli
๐Ÿงฉ nx-plugin
๐Ÿงฉ eslint-plugin
๐Ÿ› ๏ธ tooling
๐ŸŒŠ Nx

โž• enhancement
๐Ÿค“ UX
๐Ÿงฉ core