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

Improve insert arguments #607

Merged
merged 1 commit into from Dec 14, 2022
Merged

Conversation

koxudaxi
Copy link
Owner

Closes: #503

@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Base: 73.55% // Head: 73.70% // Increases project coverage by +0.15% 🎉

Coverage data is based on head (0cda376) compared to base (1a94781).
Patch coverage: 70.96% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #607      +/-   ##
==========================================
+ Coverage   73.55%   73.70%   +0.15%     
==========================================
  Files          24       24              
  Lines        1853     1879      +26     
  Branches      572      576       +4     
==========================================
+ Hits         1363     1385      +22     
- Misses        199      200       +1     
- Partials      291      294       +3     
Impacted Files Coverage Δ
...koxudaxi/pydantic/PydanticDataclassTypeProvider.kt 67.39% <0.00%> (-2.43%) ⬇️
src/com/koxudaxi/pydantic/PydanticAnnotator.kt 90.47% <50.00%> (-4.53%) ⬇️
src/com/koxudaxi/pydantic/PydanticInspection.kt 83.17% <66.66%> (ø)
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 75.11% <71.42%> (+0.22%) ⬆️
...xudaxi/pydantic/PydanticInsertArgumentsQuickFix.kt 65.45% <73.52%> (+10.28%) ⬆️
src/com/koxudaxi/pydantic/Pydantic.kt 77.04% <85.71%> (+0.82%) ⬆️

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 62dedb3 into master Dec 14, 2022
@koxudaxi koxudaxi deleted the improve_insert_arguments_quick_fix branch December 14, 2022 17:42
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.

"Insert all arguments" should insert default or default_factory
1 participant