Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added non-variadic generics support #23

Merged
merged 1 commit into from
Nov 3, 2023
Merged

feat: added non-variadic generics support #23

merged 1 commit into from
Nov 3, 2023

Conversation

soumyamahunt
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5344f13) 95.13% compared to head (bf4fb92) 95.39%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   95.13%   95.39%   +0.26%     
==========================================
  Files          75       76       +1     
  Lines        1725     1804      +79     
==========================================
+ Hits         1641     1721      +80     
+ Misses         84       83       -1     
Files Coverage Δ
...MacroPlugin/Attributes/RegistrationAttribute.swift 100.00% <100.00%> (ø)
...MacroPlugin/Registration/ConstraintGenerator.swift 100.00% <100.00%> (ø)
...es/CodableMacroPlugin/Registration/Registrar.swift 98.72% <100.00%> (+0.07%) ⬆️
...ces/CodableMacroPlugin/Variables/AnyVariable.swift 100.00% <100.00%> (+3.70%) ⬆️
...s/CodableMacroPlugin/Variables/BasicVariable.swift 98.18% <100.00%> (+0.06%) ⬆️
...roPlugin/Variables/ConditionalCodingVariable.swift 100.00% <100.00%> (ø)
...leMacroPlugin/Variables/DefaultValueVariable.swift 100.00% <100.00%> (ø)
...bleMacroPlugin/Variables/HelperCodedVariable.swift 100.00% <100.00%> (ø)
...MacroPlugin/Variables/InitializationVariable.swift 100.00% <100.00%> (ø)
...s/CodableMacroPlugin/Variables/KeyedVariable.swift 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@soumyamahunt soumyamahunt merged commit b615251 into main Nov 3, 2023
7 checks passed
@soumyamahunt soumyamahunt deleted the generics branch November 3, 2023 15:42
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.

None yet

1 participant