Skip to content

Conversation

@jenschude
Copy link
Contributor

Closes #848

  • Changeset added

Features

Fixes

Breaking changes

@jenschude jenschude requested a review from a team as a code owner March 19, 2025 13:20
@codecov
Copy link

codecov bot commented Mar 19, 2025

Codecov Report

Attention: Patch coverage is 86.36364% with 6 lines in your changes missing coverage. Please review.

Project coverage is 10.06%. Comparing base (fd3cdf6) to head (65d0484).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
.../commercetools/api/json/AttributeDeserializer.java 81.25% 3 Missing ⚠️
...ommercetools/api/json/CustomFieldDeserializer.java 78.57% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #849      +/-   ##
============================================
+ Coverage     10.03%   10.06%   +0.02%     
- Complexity     1957     1967      +10     
============================================
  Files          6956     6956              
  Lines         67832    67867      +35     
  Branches        289      293       +4     
============================================
+ Hits           6809     6832      +23     
- Misses        60846    60859      +13     
+ Partials        177      176       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jenschude jenschude merged commit 6b09373 into main Mar 19, 2025
12 checks passed
@jenschude jenschude deleted the date-deserializer branch March 19, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDK tries to deserialize a custom filed of type String as a LocalDate object and fails

2 participants