moov-io / paygate

A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification
http://moov.io
Apache License 2.0
129 stars 31 forks source link

Fixing the example config to work with the docker-compose sftp container #626

Closed theFong closed 3 years ago

theFong commented 3 years ago

Fixes the commented out sftp example config to work when running along docker-compose.

codecov-io commented 3 years ago

Codecov Report

Merging #626 (f7922f2) into master (42a0847) will increase coverage by 0.67%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #626      +/-   ##
==========================================
+ Coverage   51.73%   52.40%   +0.67%     
==========================================
  Files          95       95              
  Lines        3236     3280      +44     
==========================================
+ Hits         1674     1719      +45     
+ Misses       1211     1206       -5     
- Partials      351      355       +4     
Impacted Files Coverage Δ
pkg/transfers/inbound/scheduler.go 44.18% <0.00%> (-2.16%) :arrow_down:
pkg/transfers/pipeline/notify/email.go 62.12% <0.00%> (-1.38%) :arrow_down:
pkg/transfers/pipeline/aggregate.go 12.75% <0.00%> (-0.18%) :arrow_down:
pkg/transfers/inbound/cleanup.go 76.00% <0.00%> (+4.57%) :arrow_up:
pkg/transfers/pipeline/notify/multi.go 42.85% <0.00%> (+42.85%) :arrow_up:
pkg/transfers/pipeline/notify/mock_sender.go 66.66% <0.00%> (+66.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42a0847...f7922f2. Read the comment docs.