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

Use constructor to create IATEntryDetails when parsing IAT batches #1357

Closed ckbaum closed 6 months ago

ckbaum commented 6 months ago
codecov-commenter commented 6 months ago

Codecov Report

Merging #1357 (670833c) into master (e3059e8) will increase coverage by 0.10%. Report is 82 commits behind head on master. The diff coverage is 91.11%.

:exclamation: Current head 670833c differs from pull request most recent head 8eee7d7. Consider uploading reports for the commit 8eee7d7 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 #1357 +/- ## ========================================== + Coverage 88.33% 88.43% +0.10% ========================================== Files 75 75 Lines 7227 7767 +540 ========================================== + Hits 6384 6869 +485 - Misses 501 541 +40 - Partials 342 357 +15 ```