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: parse large files without newlines #1388

Closed adamdecaf closed 4 months ago

adamdecaf commented 4 months ago

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

codecov-commenter commented 4 months ago

Codecov Report

Merging #1388 (592854c) into master (2ee78c0) will decrease coverage by 0.22%. The diff coverage is 85.71%.

:exclamation: Current head 592854c differs from pull request most recent head 23a7ad4. Consider uploading reports for the commit 23a7ad4 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 #1388 +/- ## ========================================== - Coverage 84.53% 84.31% -0.22% ========================================== Files 82 82 Lines 8184 8212 +28 ========================================== + Hits 6918 6924 +6 - Misses 896 918 +22 Partials 370 370 ```