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

Implement Coverity checker and include triaged defects #128

Open
JasperCraeghs opened this issue Oct 17, 2023 · 1 comment · May be fixed by #141
Open

Implement Coverity checker and include triaged defects #128

JasperCraeghs opened this issue Oct 17, 2023 · 1 comment · May be fixed by #141
Assignees

Comments

@JasperCraeghs
Copy link
Member

We want to complete #74 and add support for this checker to the code-quality-report feature.

The classification of the defect shall determine the severity string. Every classification included in this configuration, will be included in the code quality report, and, by default, they will be counted towards the warnings limit. You can exclude a classification from the count. Any classification not included in this configuration, will be ignored. Example configuration:

{
    "intentional": {"severity": "info", "count": False},
    "bug": {"severity": "major"},
    "pending": {"severity": "critical"},
}

What do you think, @Letme ?

@Letme
Copy link
Member

Letme commented Oct 17, 2023

Sounds what we want yes and also severity is OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants