alexflint / go-arg

Struct-based argument parsing in Go
https://pkg.go.dev/github.com/alexflint/go-arg
BSD 2-Clause "Simplified" License
2.04k stars 100 forks source link

Restore 100% test coverage #244

Closed alexflint closed 7 months ago

alexflint commented 7 months ago

This PR will restore codecov-reported test coverage to 100%

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 99.72%. Comparing base (5ec29ce) to head (8a91726). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #244 +/- ## ========================================== + Coverage 99.19% 99.72% +0.53% ========================================== Files 5 5 Lines 745 727 -18 ========================================== - Hits 739 725 -14 + Misses 3 1 -2 + Partials 3 1 -2 ```

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