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

Type info is valid generic type #39

Merged
merged 5 commits into from
Nov 17, 2024
Merged

Conversation

gmpassos
Copy link
Owner

No description provided.

  - `isValidGenericType`: fix for `Map`, `MapEntry`, `List` and `Set`.
  - Added `toMapType`, `toMapEntryValueType`, `toMapEntryKeyType`, `toMapEntryType` and `isCastedMapEntry`.
- `TypeInfo`:
  - `isValidGenericType`: fix for `Map`, `MapEntry`, `List` and `Set`.
  - Added `toMapType`, `toMapEntryValueType`, `toMapEntryKeyType`, `toMapEntryType` and `isCastedMapEntry`.
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 88.09524% with 5 lines in your changes missing coverage. Please review.

Project coverage is 87.22%. Comparing base (c754360) to head (ebb2478).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
lib/src/reflection_factory_type.dart 88.09% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   87.07%   87.22%   +0.15%     
==========================================
  Files          13       13              
  Lines        5786     5823      +37     
==========================================
+ Hits         5038     5079      +41     
+ Misses        748      744       -4     
Flag Coverage Δ
unittests 87.22% <88.09%> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@gmpassos gmpassos merged commit d8cb6bc into master Nov 17, 2024
5 checks passed
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.

1 participant