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
447 stars 150 forks source link

fix: read additional corrected data on IAT corrections #1387

Closed adamdecaf closed 4 months ago

adamdecaf commented 4 months ago

Noticed while working on https://github.com/moov-io/ach/pull/1386

codecov-commenter commented 4 months ago

Codecov Report

Merging #1387 (59ab8bc) into master (2105612) will decrease coverage by 0.02%. Report is 2 commits behind head on master. The diff coverage is 95.83%.

:exclamation: Current head 59ab8bc differs from pull request most recent head f654c9f. Consider uploading reports for the commit f654c9f 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 #1387 +/- ## ========================================== - Coverage 84.72% 84.71% -0.02% ========================================== Files 82 82 Lines 8118 8131 +13 ========================================== + Hits 6878 6888 +10 - Misses 883 885 +2 - Partials 357 358 +1 ```