byronwatt / CmdLineOptions

yet another command line parser for c++
MIT License
1 stars 0 forks source link

more tests including ParseString and ParseWithErrorMessage #20

Closed byronwatt closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #20 (d793854) into main (c5b9202) will increase coverage by 17.81%. The diff coverage is 94.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #20       +/-   ##
===========================================
+ Coverage   35.38%   53.20%   +17.81%     
===========================================
  Files           4        6        +2     
  Lines         650      671       +21     
  Branches      125      128        +3     
===========================================
+ Hits          230      357      +127     
+ Misses        404      255      -149     
- Partials       16       59       +43     
Impacted Files Coverage Δ
example/example.cpp 100.00% <ø> (ø)
example/example_with_error_message.cpp 87.50% <87.50%> (ø)
example/example_as_string.cpp 100.00% <100.00%> (ø)
inc/cmd_line_options.h 50.00% <0.00%> (-50.00%) :arrow_down:
src/cmd_line_options.cpp 51.32% <0.00%> (+18.21%) :arrow_up: