Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support CRAP score (Change Risk Anti-Patterns) #658

Open
Aerendir opened this issue Feb 27, 2025 · 0 comments
Open

[Feature Request] Support CRAP score (Change Risk Anti-Patterns) #658

Aerendir opened this issue Feb 27, 2025 · 0 comments

Comments

@Aerendir
Copy link

What product do you want to improve?
Web Application

Is your feature request related to a problem? Please describe.
When running PhpUnit and an HTML report is generated, it reports a very interesting metric: the CRAP score (Change Risk Anti Pattern).

It is very useful to understand the health status of a project as it highlights classes that needs to be refactored because they are too big / too less covered by test.

Having this report in PhpUnit is actually useful, but having this metric available in CodeCov would be way better.

Also, having it in Codecov, would make possible to have an hystoric view of the progression of the metric, making possible to understand the general course of the development.

Is it possible to support the CRAP metric?

Currently I have it available only for PHP (as it is supported by PhpUnit).

Would be useful to have it also for other languages, like Go.

@covecod covecod bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Product Owner
Development

No branches or pull requests

1 participant