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 inspection on namedtuple #81

Merged
merged 1 commit into from
Oct 13, 2019
Merged

Conversation

koxudaxi
Copy link
Owner

The PR fixes the invalid inspection on namedtuple.

Related issues:

#80

@codecov
Copy link

codecov bot commented Oct 13, 2019

Codecov Report

Merging #81 into master will increase coverage by 0.78%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #81      +/-   ##
============================================
+ Coverage     70.06%   70.85%   +0.78%     
  Complexity       86       86              
============================================
  Files             8        8              
  Lines           451      446       -5     
  Branches        161      159       -2     
============================================
  Hits            316      316              
+ Misses           65       61       -4     
+ Partials         70       69       -1
Impacted Files Coverage Δ Complexity Δ
src/com/koxudaxi/pydantic/Pydantic.kt 76.25% <ø> (+4.48%) 0 <0> (ø) ⬇️

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 6911986...44fe088. Read the comment docs.

@koxudaxi koxudaxi merged commit 7ca2b7c into master Oct 13, 2019
@koxudaxi koxudaxi deleted the fix_inspection_on_namedtuple branch October 13, 2019 16:25
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