Skip to content

fix: kw_only dataclass inheritance mis-ordering.#270

Merged
DanCardin merged 1 commit into
mainfrom
dc/kwonly
Jun 9, 2026
Merged

fix: kw_only dataclass inheritance mis-ordering.#270
DanCardin merged 1 commit into
mainfrom
dc/kwonly

Conversation

@DanCardin

Copy link
Copy Markdown
Owner

Fixes #269

@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.45%. Comparing base (2160ccb) to head (07eb30e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #270   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files          28       28           
  Lines        2958     2960    +2     
  Branches      670      671    +1     
=======================================
+ Hits         2942     2944    +2     
  Misses         12       12           
  Partials        4        4           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DanCardin DanCardin merged commit 1fd15b5 into main Jun 9, 2026
10 of 11 checks passed
@DanCardin DanCardin deleted the dc/kwonly branch June 9, 2026 19:56
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.

Field types mixed up for a kw_only=True base with a non-kw_only subclass

1 participant