-
Notifications
You must be signed in to change notification settings - Fork 69
EE - Increase code coverage in Gateway #517
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
EE - Increase code coverage in Gateway #517
Conversation
6f44ce3 to
57db24d
Compare
Codecov Report
@@ Coverage Diff @@
## master #517 +/- ##
==========================================
- Coverage 76.84% 76.24% -0.61%
==========================================
Files 305 299 -6
Lines 6064 5644 -420
Branches 726 674 -52
==========================================
- Hits 4660 4303 -357
+ Misses 1216 1160 -56
+ Partials 188 181 -7
Continue to review full report at Codecov.
|
87a937b to
eb33334
Compare
eb33334 to
9810faa
Compare
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
9810faa to
ac13cd3
Compare
Codecov Report
@@ Coverage Diff @@
## master #517 +/- ##
===========================================
+ Coverage 39.1% 75.96% +36.86%
===========================================
Files 299 301 +2
Lines 5644 5667 +23
Branches 674 676 +2
===========================================
+ Hits 2207 4305 +2098
+ Misses 3364 1182 -2182
- Partials 73 180 +107
Continue to review full report at Codecov.
|
4e11ee3 to
c3f6faa
Compare
…verage' into private/taban03/increase_code_coverage # Conflicts: # gateway-service/src/test/java/org/zowe/apiml/gateway/controllers/GatewayHomepageControllerTest.java
Signed-off-by: Jakub Balhar <jakub.balhar@broadcom.com>
9be7ef8 to
d43978c
Compare
Signed-off-by: Ilkin Abdullayev <ilkin.abdullayev@broadcom.com>
d43978c to
43db050
Compare
|
SonarCloud Quality Gate failed.
|
Increase API ML code coverage (specifically in GW)
Benefits we would get by migrating to JUnit5 are explained here #479
Gateway has been fully migrated to JUnit5 (
org.junit.jupiter.api), the other modules are using theVintagepackage (part of the junit5 library) for backward compatibility with Junit4