Skip to content

Support deserializing Python dataclass into structs / mappings#105

Merged
davidhewitt merged 1 commit intomainfrom
de-dataclass
Feb 18, 2026
Merged

Support deserializing Python dataclass into structs / mappings#105
davidhewitt merged 1 commit intomainfrom
de-dataclass

Conversation

@davidhewitt
Copy link
Owner

Closes #93

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 92.06349% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.48%. Comparing base (a444b75) to head (838b3cd).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/de.rs 92.06% 0 Missing and 10 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   83.56%   84.48%   +0.91%     
==========================================
  Files           3        3              
  Lines        1065     1186     +121     
  Branches     1065     1186     +121     
==========================================
+ Hits          890     1002     +112     
  Misses        118      118              
- Partials       57       66       +9     

☔ 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.

@davidhewitt davidhewitt merged commit 906e5c3 into main Feb 18, 2026
34 checks passed
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 dataclass as Rust struct/mapping

1 participant

Comments