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

Add option throwExceptionOnUnknownField in EntityImporterDefinition #30

Merged
merged 12 commits into from
Nov 10, 2023

Conversation

dhirtzbruch
Copy link
Member

fixes issue #29

@dhirtzbruch dhirtzbruch linked an issue Nov 10, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8effb70) 73.45% compared to head (6daca1e) 73.65%.
Report is 1 commits behind head on main.

❗ Current head 6daca1e differs from pull request most recent head 0b0cc6c. Consider uploading reports for the commit 0b0cc6c to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #30      +/-   ##
============================================
+ Coverage     73.45%   73.65%   +0.19%     
- Complexity      173      176       +3     
============================================
  Files            32       32              
  Lines           535      539       +4     
============================================
+ Hits            393      397       +4     
  Misses          142      142              
Flag Coverage Δ
unittests 73.65% <100.00%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/AbstractEntityImporterDefinition.php 90.00% <100.00%> (+1.11%) ⬆️
src/Factory/EntityUpdater.php 100.00% <100.00%> (ø)

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

@dhirtzbruch dhirtzbruch merged commit bfedbc7 into main Nov 10, 2023
7 checks passed
@dhirtzbruch dhirtzbruch deleted the 29-option-to-ignore-added-fields-in-api-import branch November 10, 2023 16:16
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.

Option to ignore added fields in API import
1 participant