Skip to content

Fix --out vs --output mismatch in extract program help text#222

Open
jcurtis2 wants to merge 4 commits into
masterfrom
fix-extract-help-output-flag
Open

Fix --out vs --output mismatch in extract program help text#222
jcurtis2 wants to merge 4 commits into
masterfrom
fix-extract-help-output-flag

Conversation

@jcurtis2
Copy link
Copy Markdown
Collaborator

@jcurtis2 jcurtis2 commented May 20, 2026

All seven extract_* programs registered the long option as --output but advertised --out in their help, causing --out to fail with "unknown option".

Unrelated but related to pass the PR (and probably others), adds a codecov.yml with a 1% project/patch threshold to allow for codecov being flaky about some line coverage. This slight line coverage change disappears and reappears often during a PR's development.

@jcurtis2 jcurtis2 self-assigned this May 20, 2026
@jcurtis2 jcurtis2 added the bug label May 20, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.43%. Comparing base (e6356e7) to head (febe6e2).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
- Coverage   77.45%   77.43%   -0.03%     
==========================================
  Files          55       55              
  Lines        9420     9420              
==========================================
- Hits         7296     7294       -2     
- Misses       2124     2126       +2     

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant