moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
452 stars 150 forks source link

all: fix errors found by nilaway #1326

Closed adamdecaf closed 9 months ago

codecov-commenter commented 9 months ago

Codecov Report

Merging #1326 (c2880bc) into master (5957ca4) will decrease coverage by 0.43%. The diff coverage is 30.15%.

:exclamation: Current head c2880bc differs from pull request most recent head 01f5954. Consider uploading reports for the commit 01f5954 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1326 +/- ## ========================================== - Coverage 89.02% 88.59% -0.43% ========================================== Files 75 75 Lines 7689 7734 +45 ========================================== + Hits 6845 6852 +7 - Misses 502 525 +23 - Partials 342 357 +15 ```