-
Notifications
You must be signed in to change notification settings - Fork 523
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
PullRequest/issue#2528 #2937
PullRequest/issue#2528 #2937
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2937 (2024-04-18T12:44:51Z) ⚙️ JKube E2E Tests (8737647600)
|
pom.xml
Outdated
@@ -517,6 +517,9 @@ | |||
<dependencies> | |||
<!-- JaCoCo runtime must be in classpath for offline mode --> | |||
<dependency> | |||
<groupId>com.fasterxml.jackson.core</groupId> | |||
<artifactId>jackson-databind</artifactId> | |||
<version>2.12.5</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this change related to #2528?
@@ -230,6 +230,7 @@ void getAssembly_withAssembly_shouldReturnAssembly() { | |||
@Test | |||
void rawDeserialization() throws IOException { | |||
// Given | |||
//this line is already changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this comment
//this line is already changed. |
@anglerfishlyy : Did you verify that project was building with your changes by running |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2937 +/- ##
=============================================
+ Coverage 59.36% 70.60% +11.23%
- Complexity 4586 5030 +444
=============================================
Files 500 488 -12
Lines 21211 19507 -1704
Branches 2830 2512 -318
=============================================
+ Hits 12591 13772 +1181
+ Misses 7370 4506 -2864
+ Partials 1250 1229 -21 ☔ View full report in Codecov by Sentry. |
3b04d22
to
79a5631
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Fix #2528
It makes jsonmapper variable count in the code.
test, version modification, documentation, etc.)
Checklist