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 BoolFromInt adapter #462

Merged
merged 2 commits into from May 28, 2022
Merged

Add BoolFromInt adapter #462

merged 2 commits into from May 28, 2022

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented May 28, 2022

Closes #456

@codecov
Copy link

codecov bot commented May 28, 2022

Codecov Report

Merging #462 (82bd5b8) into master (b3d4156) will decrease coverage by 0.50%.
The diff coverage is 49.39%.

@@            Coverage Diff             @@
##           master     #462      +/-   ##
==========================================
- Coverage   71.87%   71.37%   -0.51%     
==========================================
  Files          54       54              
  Lines        3634     3717      +83     
==========================================
+ Hits         2612     2653      +41     
- Misses       1022     1064      +42     
Impacted Files Coverage Δ
serde_with/src/lib.rs 75.00% <ø> (ø)
serde_with/src/de/impls.rs 64.42% <32.25%> (-8.46%) ⬇️
serde_with/src/ser/impls.rs 93.85% <100.00%> (+0.10%) ⬆️
serde_with/tests/serde_as/lib.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3d4156...82bd5b8. Read the comment docs.

@jonasbb jonasbb marked this pull request as ready for review May 28, 2022 22:09
@jonasbb
Copy link
Owner Author

jonasbb commented May 28, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented May 28, 2022

Build succeeded:

@bors bors bot merged commit d3140e1 into master May 28, 2022
@bors bors bot deleted the boolfromint branch May 28, 2022 22:27
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.

Deserialize true/false from 1/0
1 participant