byronwatt / CmdLineOptions

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

added tests for string lists, 'optionfreestringlist', and intrange #29

Closed byronwatt closed 1 year ago

byronwatt commented 1 year ago

fixed bug in optionfreestringlist when called with ParseOptionOrError()

codecov-commenter commented 1 year ago

Codecov Report

Merging #29 (035511a) into main (5735d4f) will increase coverage by 6.92%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   65.68%   72.61%   +6.92%     
==========================================
  Files           6        6              
  Lines         647      661      +14     
  Branches      125      128       +3     
==========================================
+ Hits          425      480      +55     
+ Misses        164      118      -46     
- Partials       58       63       +5     
Impacted Files Coverage Δ
src/cmd_line_options.cpp 69.41% <50.00%> (+5.96%) :arrow_up:
example/option_test.cpp 100.00% <100.00%> (+16.66%) :arrow_up: