andrey-zherikov / argparse

Parser for command-line arguments
https://andrey-zherikov.github.io/argparse/
Boost Software License 1.0
30 stars 6 forks source link

Tweak `getMemberArgumentUDA` #138

Closed SirNickolas closed 8 months ago

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7c1f680) 98.54% compared to head (f98d0d9) 98.76%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #138 +/- ## ========================================== + Coverage 98.54% 98.76% +0.22% ========================================== Files 25 26 +1 Lines 1790 1785 -5 ========================================== - Hits 1764 1763 -1 + Misses 26 22 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SirNickolas commented 8 months ago

Thank you. I ran something similar when I began to work on this. Good to know this script is under version control now.