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

admin/on_call: Convert Event::send() to async fn #9581

Merged
merged 1 commit into from
Oct 4, 2024

admin/on_call: Convert `Event::send()` to async fn

9e8eb30
Select commit
Loading
Failed to load commit list.
Merged

admin/on_call: Convert Event::send() to async fn #9581

admin/on_call: Convert `Event::send()` to async fn
9e8eb30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 4, 2024 in 1s

88.92% (+0.02%) compared to 429e1be

View this Pull Request on Codecov

88.92% (+0.02%) compared to 429e1be

Details

Codecov Report

Attention: Patch coverage is 0% with 28 lines in your changes missing coverage. Please review.

Project coverage is 88.92%. Comparing base (429e1be) to head (9e8eb30).

Files with missing lines Patch % Lines
src/admin/test_pagerduty.rs 0.00% 14 Missing ⚠️
src/bin/monitor.rs 0.00% 10 Missing ⚠️
src/admin/on_call.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9581      +/-   ##
==========================================
+ Coverage   88.90%   88.92%   +0.02%     
==========================================
  Files         289      289              
  Lines       29123    29117       -6     
==========================================
+ Hits        25892    25893       +1     
+ Misses       3231     3224       -7     

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