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 accepts only keyword arguments error #671

Merged
merged 2 commits into from
Mar 4, 2023

Conversation

koxudaxi
Copy link
Owner

@koxudaxi koxudaxi commented Mar 4, 2023

Closes: #668

@codecov
Copy link

codecov bot commented Mar 4, 2023

Codecov Report

Patch coverage: 42.85% and project coverage change: -0.08 ⚠️

Comparison is base (48eca17) 75.67% compared to head (52d8428) 75.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #671      +/-   ##
==========================================
- Coverage   75.67%   75.60%   -0.08%     
==========================================
  Files          24       24              
  Lines        1784     1787       +3     
  Branches      550      553       +3     
==========================================
+ Hits         1350     1351       +1     
  Misses        176      176              
- Partials      258      260       +2     
Impacted Files Coverage Δ
src/com/koxudaxi/pydantic/PydanticInspection.kt 85.50% <0.00%> (-0.42%) ⬇️
src/com/koxudaxi/pydantic/Pydantic.kt 77.27% <75.00%> (-0.18%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@koxudaxi koxudaxi merged commit 290642c into main Mar 4, 2023
@koxudaxi koxudaxi deleted the fix_wrong_accepts_only_keyword_arguments_error branch March 4, 2023 14:51
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.

False positive: "class 'Model' accepts only keyword arguments"
1 participant