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

support a collection on parsable-type and acceptable-type #120

Merged
merged 2 commits into from
May 3, 2020

Conversation

koxudaxi
Copy link
Owner

@koxudaxi koxudaxi commented May 3, 2020

This PR supports a collection on parsable-type and acceptable-type

Exp
List[str] -> List[int]

Related Issues

#99

@codecov
Copy link

codecov bot commented May 3, 2020

Codecov Report

Merging #120 into master will decrease coverage by 0.04%.
The diff coverage is 90.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #120      +/-   ##
============================================
- Coverage     71.22%   71.17%   -0.05%     
+ Complexity      140      137       -3     
============================================
  Files            14       14              
  Lines           907      909       +2     
  Branches        270      272       +2     
============================================
+ Hits            646      647       +1     
  Misses          126      126              
- Partials        135      136       +1     
Impacted Files Coverage Δ Complexity Δ
...koxudaxi/pydantic/PydanticTypeCheckerInspection.kt 87.50% <90.00%> (-0.88%) 3.00 <0.00> (ø)
src/com/koxudaxi/pydantic/PydanticInitializer.kt 81.81% <0.00%> (-1.14%) 17.00% <0.00%> (-4.00%)
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 73.88% <0.00%> (+0.63%) 60.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 35be1a9...ac992fa. Read the comment docs.

@koxudaxi koxudaxi merged commit 6e4ccc8 into master May 3, 2020
@koxudaxi koxudaxi deleted the support_collection_on_parsable_type branch May 3, 2020 11:41
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