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 duplicate `CodingKey`s generated #63

Closed soumyamahunt closed 7 months ago

soumyamahunt commented 7 months ago

fixes #62.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 94.47%. Comparing base (14830ab) to head (5ce3c50).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #63 +/- ## ========================================== + Coverage 94.33% 94.47% +0.14% ========================================== Files 100 100 Lines 3336 3349 +13 ========================================== + Hits 3147 3164 +17 + Misses 189 185 -4 ```

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