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

Feature: Improved command-line arguments parsing #83

Merged
merged 11 commits into from
Jan 10, 2024

command_line/options: Adjust the arguments_t copy constructor/operato…

b74a01b
Select commit
Loading
Failed to load commit list.
Merged

Feature: Improved command-line arguments parsing #83

command_line/options: Adjust the arguments_t copy constructor/operato…
b74a01b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2024 in 0s

89.24% (+0.06%) compared to 1fba992

View this Pull Request on Codecov

89.24% (+0.06%) compared to 1fba992

Details

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (1fba992) 89.18% compared to head (b74a01b) 89.24%.

Files Patch % Lines
impl/command_line/arguments.cxx 84.88% 10 Missing and 3 partials ⚠️
impl/command_line/options.cxx 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   89.18%   89.24%   +0.06%     
==========================================
  Files          47       47              
  Lines        3459     3516      +57     
  Branches      669      688      +19     
==========================================
+ Hits         3085     3138      +53     
- Misses        338      339       +1     
- Partials       36       39       +3     

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