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
446 stars 149 forks source link

feat: add options to MergeDir for use in achgateway #1397

Closed adamdecaf closed 3 months ago

adamdecaf commented 3 months ago
codecov-commenter commented 3 months ago

Codecov Report

Merging #1397 (2e84fce) into master (000d598) will increase coverage by 0.50%. Report is 3 commits behind head on master. The diff coverage is 75.93%.

:exclamation: Current head 2e84fce differs from pull request most recent head 2c9dcf1. Consider uploading reports for the commit 2c9dcf1 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 #1397 +/- ## ========================================== + Coverage 84.03% 84.53% +0.50% ========================================== Files 82 82 Lines 8275 8376 +101 ========================================== + Hits 6954 7081 +127 + Misses 955 911 -44 - Partials 366 384 +18 ```