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 dataclass support #609

Merged
merged 2 commits into from
Dec 15, 2022
Merged

Improve dataclass support #609

merged 2 commits into from
Dec 15, 2022

Conversation

koxudaxi
Copy link
Owner

Closes: #466

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Base: 73.71% // Head: 73.71% // No change to project coverage 👍

Coverage data is based on head (ea5929a) compared to base (2881261).
Patch coverage: 75.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #609   +/-   ##
=======================================
  Coverage   73.71%   73.71%           
=======================================
  Files          24       24           
  Lines        1887     1887           
  Branches      581      581           
=======================================
  Hits         1391     1391           
  Misses        200      200           
  Partials      296      296           
Impacted Files Coverage Δ
src/com/koxudaxi/pydantic/PydanticInspection.kt 83.17% <66.66%> (ø)
.../com/koxudaxi/pydantic/PydanticIgnoreInspection.kt 100.00% <100.00%> (ø)

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 d90ff74 into master Dec 15, 2022
@koxudaxi koxudaxi deleted the improve_dataclass_support branch December 15, 2022 17:34
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.

validator functions not recognized as classmethods for dataclasses
1 participant