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

feat(alerting): Implement alert-level provider overrides #929

Merged
merged 16 commits into from
Dec 17, 2024

chore: Rename Alert.OverrideAsBytes to Alert.ProviderOverrideAsBytes

6b9553e
Select commit
Loading
Failed to load commit list.
Merged

feat(alerting): Implement alert-level provider overrides #929

chore: Rename Alert.OverrideAsBytes to Alert.ProviderOverrideAsBytes
6b9553e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 1s

75.75% (target 75.00%)

View this Pull Request on Codecov

75.75% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 73.93939% with 344 lines in your changes missing coverage. Please review.

Project coverage is 75.75%. Comparing base (d56a848) to head (6b9553e).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
alerting/provider/email/email.go 52.94% 26 Missing and 6 partials ⚠️
alerting/provider/gitea/gitea.go 56.06% 24 Missing and 5 partials ⚠️
alerting/provider/awsses/awsses.go 59.42% 26 Missing and 2 partials ⚠️
alerting/provider/opsgenie/opsgenie.go 68.00% 17 Missing and 7 partials ⚠️
alerting/provider/pushover/pushover.go 66.15% 14 Missing and 8 partials ⚠️
alerting/provider/custom/custom.go 77.33% 10 Missing and 7 partials ⚠️
alerting/provider/github/github.go 70.37% 13 Missing and 3 partials ⚠️
alerting/provider/twilio/twilio.go 71.69% 10 Missing and 5 partials ⚠️
alerting/provider/zulip/zulip.go 82.92% 10 Missing and 4 partials ⚠️
alerting/provider/telegram/telegram.go 78.68% 8 Missing and 5 partials ⚠️
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #929      +/-   ##
==========================================
- Coverage   77.71%   75.75%   -1.97%     
==========================================
  Files          72       72              
  Lines        5861     6649     +788     
==========================================
+ Hits         4555     5037     +482     
- Misses       1089     1308     +219     
- Partials      217      304      +87     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.