Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(error): include service name in notify/webhook error messages #138

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

JosephKav
Copy link
Collaborator

Receieved an error about a WebHook failure and realised I only knew the service it was about because of the image used. Here's a fix for cases without that identifier

@JosephKav JosephKav added the enhancement New feature or request label Aug 10, 2022
@JosephKav JosephKav force-pushed the fix-error-include-service-name branch 2 times, most recently from f032970 to fe4ef54 Compare August 10, 2022 15:52
received an error about a webhook failing and only knew the service
based on the image used. Add service name for cases without changing images
@JosephKav JosephKav force-pushed the fix-error-include-service-name branch from fe4ef54 to 7dfe971 Compare August 10, 2022 15:52
@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #138 (7dfe971) into master (0a9d866) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #138      +/-   ##
==========================================
+ Coverage   97.57%   97.57%   +0.01%     
==========================================
  Files          60       60              
  Lines        4919     4921       +2     
==========================================
+ Hits         4799     4801       +2     
  Misses         88       88              
  Partials       32       32              
Impacted Files Coverage Δ
notifiers/shoutrrr/shoutrrr.go 100.00% <100.00%> (ø)
testing/shoutrrr.go 96.71% <100.00%> (+0.08%) ⬆️
webhook/send.go 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JosephKav JosephKav merged commit a8e303f into master Aug 10, 2022
@JosephKav JosephKav deleted the fix-error-include-service-name branch August 10, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant