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

Fix type provider for dataclass #114

Merged
merged 3 commits into from
Apr 27, 2020
Merged

Fix type provider for dataclass #114

merged 3 commits into from
Apr 27, 2020

Conversation

koxudaxi
Copy link
Owner

This PR fixes type-provider for dataclass.

Related issues

#113

@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #114 into master will increase coverage by 1.00%.
The diff coverage is 80.48%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #114      +/-   ##
============================================
+ Coverage     70.53%   71.54%   +1.00%     
- Complexity      128      141      +13     
============================================
  Files            14       14              
  Lines           862      896      +34     
  Branches        257      268      +11     
============================================
+ Hits            608      641      +33     
- Misses          123      124       +1     
  Partials        131      131              
Impacted Files Coverage Δ Complexity Δ
src/com/koxudaxi/pydantic/Pydantic.kt 73.94% <71.42%> (+0.18%) 0.00 <0.00> (ø)
...koxudaxi/pydantic/PydanticCompletionContributor.kt 82.16% <74.07%> (+0.16%) 1.00 <0.00> (ø)
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 73.24% <85.41%> (+5.30%) 59.00 <24.00> (+13.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 ae8e147...45204dc. Read the comment docs.

@koxudaxi koxudaxi merged commit cf48532 into master Apr 27, 2020
@koxudaxi koxudaxi deleted the fix_dataclass branch April 27, 2020 08:18
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