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: check .UnequalAddendaCounts in CTX validation #1324

Closed adamdecaf closed 9 months ago

adamdecaf commented 9 months ago

Mentioned in https://moov-io.slack.com/archives/CD9J8EJKX/p1699546650089099

codecov-commenter commented 9 months ago

Codecov Report

Merging #1324 (9d878cf) into master (1fba98b) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 9d878cf differs from pull request most recent head 1780850. Consider uploading reports for the commit 1780850 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 #1324 +/- ## ======================================= Coverage 89.02% 89.02% ======================================= Files 75 75 Lines 7688 7689 +1 ======================================= + Hits 6844 6845 +1 Misses 502 502 Partials 342 342 ```