Skip to content

refactor: Destructured implementation to be more like Arg handling to…#266

Merged
DanCardin merged 1 commit into
mainfrom
dc/destructure-impl
Jun 6, 2026
Merged

refactor: Destructured implementation to be more like Arg handling to…#266
DanCardin merged 1 commit into
mainfrom
dc/destructure-impl

Conversation

@DanCardin

Copy link
Copy Markdown
Owner

Fixes #261.

Helps issues descibed in #265

@DanCardin DanCardin force-pushed the dc/destructure-impl branch from 9b08926 to 27d69c9 Compare June 6, 2026 00:11
@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.26087% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.45%. Comparing base (07154bb) to head (27d69c9).

Files with missing lines Patch % Lines
src/cappa/command.py 90.47% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #266      +/-   ##
==========================================
- Coverage   99.55%   99.45%   -0.10%     
==========================================
  Files          28       28              
  Lines        2934     2956      +22     
  Branches      657      670      +13     
==========================================
+ Hits         2921     2940      +19     
- Misses         11       12       +1     
- Partials        2        4       +2     

☔ 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 e097fc5 into main Jun 6, 2026
9 of 11 checks passed
@DanCardin DanCardin deleted the dc/destructure-impl branch June 6, 2026 16:55
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.

Fully defaulted Destructured objects' defaults do not apply

1 participant