-
Notifications
You must be signed in to change notification settings - Fork 106
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
Fix bevm sonarcloud cognitive complexity issues #2419
base: main
Are you sure you want to change the base?
Fix bevm sonarcloud cognitive complexity issues #2419
Conversation
Nice try - but sonarcloud doesn't like it :( I think the test coverage is not there yet... |
I don't think it is the coverage it is complaining about, but the "duplicate lines on new code". However, what it considers "new code" has very little to do with what the PR is touching, so I am not sure how it is determining it. |
Correct, from what I gather from the checks page.
Badly IMO. We might want to do a sonar cloud initial pass, but I dunno how to trigger it on the whole repo. |
Yes, exactly what I was thinking as well. :) |
But we still need to enable coverage:
|
And probably you need to rebase from master to have the github-actions... |
d662386
to
8b401db
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
What this PR does
See commit message