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 invalid warning when field type is any #101

Merged
merged 2 commits into from
Apr 18, 2020

Conversation

koxudaxi
Copy link
Owner

This PR fixes an invalid warning when a field type is any.

ScreenShot

Screenshot_2020-04-19_00-38-41

@codecov
Copy link

codecov bot commented Apr 18, 2020

Codecov Report

Merging #101 into master will increase coverage by 0.24%.
The diff coverage is 68.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #101      +/-   ##
============================================
+ Coverage     68.84%   69.08%   +0.24%     
  Complexity      100      100              
============================================
  Files            14       14              
  Lines           751      757       +6     
  Branches        240      243       +3     
============================================
+ Hits            517      523       +6     
- Misses          109      110       +1     
+ Partials        125      124       -1     
Impacted Files Coverage Δ Complexity Δ
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 67.93% <68.75%> (-0.07%) 46.00 <0.00> (ø)
...koxudaxi/pydantic/PydanticTypeCheckerInspection.kt 85.71% <0.00%> (+3.57%) 3.00% <0.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 bc0b86a...87c6850. Read the comment docs.

@koxudaxi koxudaxi merged commit 431c230 into master Apr 18, 2020
@koxudaxi koxudaxi deleted the fix_invalid_warning_when_field_type_is_any branch April 18, 2020 15:50
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