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 wrong call parameter with **kwargs #306

Merged
merged 2 commits into from
May 23, 2021

Conversation

koxudaxi
Copy link
Owner

Related Issues

#295

@codecov
Copy link

codecov bot commented May 21, 2021

Codecov Report

Merging #306 (c50ee2e) into master (ee472bf) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #306      +/-   ##
============================================
- Coverage     72.92%   72.88%   -0.05%     
- Complexity      280      281       +1     
============================================
  Files            23       23              
  Lines          1640     1641       +1     
  Branches        493      495       +2     
============================================
  Hits           1196     1196              
  Misses          166      166              
- Partials        278      279       +1     
Flag Coverage Δ Complexity Δ
unittests 72.88% <100.00%> (-0.05%) 281.00 <0.00> (+1.00) ⬇️

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

Impacted Files Coverage Δ Complexity Δ
src/com/koxudaxi/pydantic/PydanticAnnotator.kt 95.23% <100.00%> (+0.23%) 12.00 <0.00> (+1.00)
src/com/koxudaxi/pydantic/PydanticInspection.kt 77.14% <100.00%> (+0.16%) 2.00 <0.00> (ø)
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 75.52% <100.00%> (-0.06%) 140.00 <0.00> (ø)
src/com/koxudaxi/pydantic/Pydantic.kt 74.03% <0.00%> (-0.39%) 0.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 68132eb...c50ee2e. Read the comment docs.

@koxudaxi koxudaxi merged commit 94ce8ea into master May 23, 2021
@koxudaxi koxudaxi deleted the fix_wrong_call_parameter_with_kwargs branch May 23, 2021 08:44
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