SwiftyLab / MetaCodable

Supercharge Swift's Codable implementations with macros meta-programming.
https://swiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable
MIT License
604 stars 22 forks source link

fix: fixed `IgnoreCoding` failing with `didSet` accessors #54

Closed soumyamahunt closed 8 months ago

soumyamahunt commented 8 months ago

fixes #53

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4ea6ff6) 94.33% compared to head (74ae9e4) 94.33%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ======================================= Coverage 94.33% 94.33% ======================================= Files 100 100 Lines 3335 3336 +1 ======================================= + Hits 3146 3147 +1 Misses 189 189 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.