-
Notifications
You must be signed in to change notification settings - Fork 8
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
141 create additional tests to increase code coverage to over 80 #183
141 create additional tests to increase code coverage to over 80 #183
Conversation
fshould fix the old pull request denial on refactor main
…com/fungover/haze into 115-refactor-main-OldPullRequst-Fix
fix versions from old pull request
…PullRequst-Fix # Conflicts: # src/main/java/org/fungover/haze/Main.java
Co-authored-by: robinalfengard<robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard<robin.alfengard@hotmail.com>
Quality Gate failedFailed conditions 17.8% Coverage on New Code (required ≥ 80%) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
82% coverage according to Jacoco report |
Isn't that number for the total code coverage of the application while sonarcloud only reports coverage for any new code in this PR? |
Ah I missunderstood! I thought the issue about code coverage pointed to the overall point coverage. |
Added several tests for different methods in main to try to achieve 80% code coverage