Fix bevm sonarcloud cognitive complexity issues#2419
Fix bevm sonarcloud cognitive complexity issues#2419cgrigis wants to merge 2 commits intodedis:mainfrom
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.
|
What this PR does
See commit message