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 ClassVar #188

Merged
merged 2 commits into from Sep 6, 2020
Merged

Support ClassVar #188

merged 2 commits into from Sep 6, 2020

Conversation

koxudaxi
Copy link
Owner

@koxudaxi koxudaxi commented Sep 6, 2020

This PR supports ClassVar

Related Issue

#187

@codecov
Copy link

codecov bot commented Sep 6, 2020

Codecov Report

Merging #188 into master will increase coverage by 0.01%.
The diff coverage is 61.53%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #188      +/-   ##
============================================
+ Coverage     62.92%   62.93%   +0.01%     
  Complexity      179      179              
============================================
  Files            20       20              
  Lines          1106     1109       +3     
  Branches        337      340       +3     
============================================
+ Hits            696      698       +2     
  Misses          248      248              
- Partials        162      163       +1     
Flag Coverage Δ Complexity Δ
#unittests 62.93% <61.53%> (+0.01%) 179.00 <7.00> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...koxudaxi/pydantic/PydanticCompletionContributor.kt 82.27% <50.00%> (-0.12%) 1.00 <0.00> (ø)
src/com/koxudaxi/pydantic/Pydantic.kt 68.48% <62.50%> (-0.46%) 0.00 <0.00> (ø)
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 49.06% <100.00%> (+0.37%) 72.00 <7.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 8b6368b...e9e9ee4. Read the comment docs.

@koxudaxi koxudaxi merged commit 428e16f into master Sep 6, 2020
@koxudaxi koxudaxi deleted the support_ClassVar branch September 6, 2020 18:37
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