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

fix: code review cleanup #1306

Closed adamdecaf closed 10 months ago

adamdecaf commented 10 months ago
codecov-commenter commented 10 months ago

Codecov Report

Merging #1306 (9bd11ee) into master (40efcca) will decrease coverage by 0.10%. Report is 23 commits behind head on master. The diff coverage is 77.77%.

:exclamation: Current head 9bd11ee differs from pull request most recent head 93f25d1. Consider uploading reports for the commit 93f25d1 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 #1306 +/- ## ========================================== - Coverage 88.58% 88.48% -0.10% ========================================== Files 73 73 Lines 7080 7089 +9 ========================================== + Hits 6272 6273 +1 - Misses 476 480 +4 - Partials 332 336 +4 ```