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 missing batch header partial files #1296

Closed jasonbornsteinMOOV closed 10 months ago

jasonbornsteinMOOV commented 11 months ago

Workaround for incorrectly created partial files, where entries exist without a BatchHeader record.

codecov-commenter commented 11 months ago

Codecov Report

Merging #1296 (61ddac7) into master (a88b247) will increase coverage by 0.00%. The diff coverage is 90.00%.

:exclamation: Current head 61ddac7 differs from pull request most recent head f656fc7. Consider uploading reports for the commit f656fc7 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 #1296 +/- ## ======================================= Coverage 88.58% 88.58% ======================================= Files 73 73 Lines 7080 7099 +19 ======================================= + Hits 6272 6289 +17 - Misses 476 477 +1 - Partials 332 333 +1 ```