moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

feat: respond to CancelACHFile events with FileCancellationResponse #228

Closed adamdecaf closed 3 months ago

adamdecaf commented 3 months ago

Fixes: https://github.com/moov-io/achgateway/issues/141, https://github.com/moov-io/achgateway/issues/142

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 57.35294% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 47.69%. Comparing base (8722d44) to head (dd50370).

Files Patch % Lines
internal/pipeline/aggregate.go 0.00% 11 Missing :warning:
internal/pipeline/merging.go 0.00% 10 Missing :warning:
pkg/models/events.go 0.00% 3 Missing :warning:
internal/pipeline/file_receiver.go 83.33% 2 Missing :warning:
internal/pipeline/mock_xfer_merging.go 0.00% 2 Missing :warning:
internal/incoming/web/api_files.go 96.55% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #228 +/- ## ========================================== + Coverage 47.61% 47.69% +0.08% ========================================== Files 97 97 Lines 4379 4426 +47 ========================================== + Hits 2085 2111 +26 - Misses 1962 1983 +21 Partials 332 332 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.