byronwatt / CmdLineOptions

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

added int64/uint64 tests #23

Closed byronwatt closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #23 (42f6bd8) into main (1f414db) will increase coverage by 5.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   53.20%   58.39%   +5.19%     
==========================================
  Files           6        6              
  Lines         671      673       +2     
  Branches      128      130       +2     
==========================================
+ Hits          357      393      +36     
+ Misses        255      221      -34     
  Partials       59       59              
Impacted Files Coverage Δ
src/cmd_line_options.cpp 56.12% <0.00%> (+4.79%) :arrow_up:
example/option_test.cpp 72.72% <0.00%> (+13.63%) :arrow_up: