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
456 stars 151 forks source link

fix: allow IAT corrections to not have IAT addenda records #1386

Closed adamdecaf closed 7 months ago

adamdecaf commented 7 months ago

Fixes: https://github.com/moov-io/ach/issues/1385

codecov-commenter commented 7 months ago

Codecov Report

Merging #1386 (ac2f936) into master (2105612) will decrease coverage by 0.11%. Report is 2 commits behind head on master. The diff coverage is 83.87%.

:exclamation: Current head ac2f936 differs from pull request most recent head c467198. Consider uploading reports for the commit c467198 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 #1386 +/- ## ========================================== - Coverage 84.72% 84.61% -0.11% ========================================== Files 82 82 Lines 8118 8164 +46 ========================================== + Hits 6878 6908 +30 - Misses 883 891 +8 - Partials 357 365 +8 ```