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

Refactor metrics so that everything is sent from Heartbeat in the backend #818

Merged
merged 2 commits into from
Dec 18, 2024

Move metric generation into Stats method

aa5809d
Select commit
Loading
Failed to load commit list.
Merged

Refactor metrics so that everything is sent from Heartbeat in the backend #818

Move metric generation into Stats method
aa5809d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

74.54% (+0.00%) compared to 68d55f9

View this Pull Request on Codecov

74.54% (+0.00%) compared to 68d55f9

Details

Codecov Report

Attention: Patch coverage is 84.25926% with 17 lines in your changes missing coverage. Please review.

Project coverage is 74.54%. Comparing base (68d55f9) to head (aa5809d).

Files with missing lines Patch % Lines
backends/rapidpro/stats.go 86.25% 9 Missing and 2 partials ⚠️
backends/rapidpro/backend.go 78.26% 3 Missing and 2 partials ⚠️
test/backend.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #818   +/-   ##
=======================================
  Coverage   74.54%   74.54%           
=======================================
  Files         111      112    +1     
  Lines       13243    13271   +28     
=======================================
+ Hits         9872     9893   +21     
- Misses       2653     2658    +5     
- Partials      718      720    +2     

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