Skip to content
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

fix(property.dart): handle additional fields correctly #183

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

JKRhb
Copy link
Member

@JKRhb JKRhb commented Jul 17, 2024

In the context of #182, I've noticed that additional properties have not been handled correctly during the deserialization of Property affordances. This PR fixes the issue and adjusts one test, as the constructor of the Property class had to be changed.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.34%. Comparing base (8a182a6) to head (487936b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   63.30%   63.34%   +0.03%     
==========================================
  Files          78       78              
  Lines        2273     2275       +2     
==========================================
+ Hits         1439     1441       +2     
  Misses        834      834              

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

@JKRhb JKRhb merged commit fc3d0a6 into main Jul 17, 2024
5 checks passed
@JKRhb JKRhb deleted the additional-property-fields branch July 17, 2024 13:09
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.

2 participants