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

Upstream column fixes #1347

Closed adamdecaf closed 9 months ago

adamdecaf commented 9 months ago

I was browsing the forks of this project and found the @column folks have made several bug fixes so we're picking them into the mainline.

codecov-commenter commented 9 months ago

Codecov Report

Merging #1347 (39c2d28) into master (6caa74c) will decrease coverage by 0.16%. The diff coverage is 55.55%.

:exclamation: Current head 39c2d28 differs from pull request most recent head 912da4c. Consider uploading reports for the commit 912da4c 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 #1347 +/- ## ========================================== - Coverage 88.59% 88.43% -0.16% ========================================== Files 75 75 Lines 7734 7767 +33 ========================================== + Hits 6852 6869 +17 - Misses 525 541 +16 Partials 357 357 ```