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

Don't skip fields when deserializing structs at root. #24

Merged
merged 1 commit into from
May 20, 2023
Merged

Conversation

Anders429
Copy link
Owner

Fixes #18.

@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #24 (94ead87) into dev (5c35e2d) will increase coverage by 0.00%.
The diff coverage is 98.64%.

@@           Coverage Diff            @@
##              dev      #24    +/-   ##
========================================
  Coverage   98.18%   98.19%            
========================================
  Files          45       46     +1     
  Lines       21156    21300   +144     
========================================
+ Hits        20773    20915   +142     
- Misses        383      385     +2     
Impacted Files Coverage Δ
src/de/struct/mod.rs 98.80% <ø> (ø)
src/de/struct/root.rs 98.61% <98.61%> (ø)
src/de/mod.rs 96.49% <100.00%> (ø)
src/de/seq/field.rs 100.00% <100.00%> (ø)
src/de/struct/value.rs 97.76% <100.00%> (ø)

@Anders429 Anders429 merged commit e19a375 into dev May 20, 2023
@Anders429 Anders429 linked an issue May 20, 2023 that may be closed by this pull request
@Anders429 Anders429 deleted the root branch May 20, 2023 09:25
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.

Emit all field names for root struct
1 participant