appleboy / gorush

A push notification server written in Go (Golang).
MIT License
7.84k stars 829 forks source link

chore(feedbak): refactor feedback dispatch and configuration handling #745

Closed appleboy closed 12 months ago

appleboy commented 12 months ago

fix #686

codecov-commenter commented 12 months ago

Codecov Report

Merging #745 (3dfbaec) into master (781cf8f) will increase coverage by 0.21%. The diff coverage is 93.33%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master     #745      +/-   ##
==========================================
+ Coverage   66.88%   67.09%   +0.21%     
==========================================
  Files          22       22              
  Lines        2029     2042      +13     
==========================================
+ Hits         1357     1370      +13     
  Misses        617      617              
  Partials       55       55              
Flag Coverage Δ
67.09% <93.33%> (+0.21%) :arrow_up:
go- 67.09% <93.33%> (+0.21%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
notify/notification.go 62.74% <0.00%> (ø)
config/config.go 95.62% <100.00%> (+0.03%) :arrow_up:
notify/feedback.go 86.95% <100.00%> (+4.60%) :arrow_up: