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: provided `Inherits` macro as workaround for class conformance error in SwiftUI #71

Closed soumyamahunt closed 6 months ago

soumyamahunt commented 6 months ago

workaround for #56

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 98.48485% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 94.50%. Comparing base (de6374b) to head (e3e5ac8).

Files Patch % Lines
Sources/MacroPlugin/Plugin.swift 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================== + Coverage 94.47% 94.50% +0.02% ========================================== Files 100 101 +1 Lines 3349 3385 +36 ========================================== + Hits 3164 3199 +35 - Misses 185 186 +1 ```

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