Skip to content

Fixed mypy type detection for Parameter values#156

Merged
dskrypa merged 4 commits into
mainfrom
dev
Mar 21, 2026
Merged

Fixed mypy type detection for Parameter values#156
dskrypa merged 4 commits into
mainfrom
dev

#151 refactored Flag types to have a new BaseFlag base; overhauled in…

d885bb5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2026 in 0s

97.02% (-0.23%) compared to 2988d74

View this Pull Request on Codecov

97.02% (-0.23%) compared to 2988d74

Details

Codecov Report

❌ Patch coverage is 89.62963% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.02%. Comparing base (2988d74) to head (d885bb5).

Files with missing lines Patch % Lines
lib/cli_command_parser/conversion/argparse_ast.py 78.94% 5 Missing and 3 partials ⚠️
lib/cli_command_parser/parameters/_typing.py 0.00% 6 Missing ⚠️
lib/cli_command_parser/parameters/base.py 88.88% 1 Missing and 4 partials ⚠️
lib/cli_command_parser/conversion/cli.py 0.00% 4 Missing ⚠️
lib/cli_command_parser/conversion/visitor.py 84.21% 1 Missing and 2 partials ⚠️
lib/cli_command_parser/context.py 66.66% 0 Missing and 1 partial ⚠️
lib/cli_command_parser/typing.py 96.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
- Coverage   97.24%   97.02%   -0.23%     
==========================================
  Files          52       54       +2     
  Lines        7036     7052      +16     
  Branches     1126     1138      +12     
==========================================
  Hits         6842     6842              
- Misses        136      148      +12     
- Partials       58       62       +4     

☔ 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.