Skip to content

Support deserializing Python dataclass into structs / mappings - #105

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

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

Conversation

@davidhewitt

Copy link
Copy Markdown
Owner

Closes#93

@codecov

codecovBot commented Feb 18, 2026

Copy link
Copy Markdown

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 linesPatch %Lines
src/de.rs92.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 mainFeb 18, 2026
34 checks passed
Sign up for freeto 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

@davidhewitt