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
54 stars 19 forks source link

pipeline: send a notification on holidays #90

Closed adamdecaf closed 2 years ago

adamdecaf commented 2 years ago

This helps teams be aware of a day that won't have ACH files sent off.

Fixes: https://github.com/moov-io/achgateway/issues/80

codecov-commenter commented 2 years ago

Codecov Report

Merging #90 (496911c) into master (b604633) will decrease coverage by 0.24%. The diff coverage is 16.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   41.45%   41.20%   -0.25%     
==========================================
  Files          87       87              
  Lines        3580     3611      +31     
==========================================
+ Hits         1484     1488       +4     
- Misses       1809     1834      +25     
- Partials      287      289       +2     
Impacted Files Coverage Δ
internal/notify/email.go 57.30% <0.00%> (-1.32%) :arrow_down:
internal/notify/slack.go 78.72% <0.00%> (-3.50%) :arrow_down:
internal/pipeline/aggregate.go 24.36% <0.00%> (-3.23%) :arrow_down:
internal/schedule/cutoff.go 91.48% <100.00%> (+0.79%) :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 b604633...496911c. Read the comment docs.