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

This issue is a part of the efforts in stabilising the tests #262 . Any checkbox may be converted into a standalone issue and completed. - [ ] Missing coverage...

🔬 testing
📈 standards and statistics

💡 🧩 core+cli: [TODO log verbose](https://github.com/flowup/quality-metrics-cli/blob/f872c4bef9faf586f78e4f18f9052f4f683e38b1/packages/cli/src/lib/autorun/command-object.ts#L13) All console logs should be either error related or wrapped in verbose helpers from here https://github.com/flowup/quality-metrics-cli/blob/main/packages/utils/src/lib/verbose-utils.ts related to #191

🧩 cli
🧩 core

Use GitHub Actions (use what's in the marketplace) to automate the following: - [x] when a PR is opened, author should be assigned automatically - [x] when a PR changes...

🦾 CI/CD

Placeholder issue WIP (feel free to enrich) > As a user, > I want a plugin that allows me to track violations of TypeScript (TS) compiler options that I specified...

🧩 ts-config-plugin
plugin-idea

As a user, I want to be able to integrate my test suites into Code PushUp and aggregate the results in my report. ## User story examples - A company...

🛍️ epic
🧩 test-results-plugin

### User story Thanks to @matejchalk, i was able to integrate code-pushup in my Nx workspace. But i had to tweak some Nx project configuration to make it work. Since...

🆘 help wanted
➕ enhancement
🧩 eslint-plugin
💡 good first issue

The file helpers do not really scale at the moment. The current API of the `crawlFileSystem` function looks like this: ```ts export async function crawlFileSystem(options: { directory: string; pattern?: string...

➕ enhancement
🤓 UX
👨‍🔬 research
🧩 utils

In this issue, all coverage related subtasks from the test refactor are present. - [ ] Add a happy path test to json-to-gql. Consider moving this file to `utils`. -...

🔬 testing
🧩 core

As a CP user, I want to pass coverage results as a glob, e.g. `coverage/**/lcov.info`. ## Acceptance criteria - [ ] Add a format that has absolute paths (e.g. [Cobertura](https://github.com/coverage-report/cobertura-json))...

🧩 coverage-plugin

### What happened? ![image](https://github.com/code-pushup/cli/assets/25394362/cba21759-ffd1-428a-8d56-ee8280c53c31) ### What would you expect to happen? Show understandable path where this issue happens. ### What steps did you take? Run the audit ### Code PushUp...

🐛 bug