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(components/memory): use common db + dmesg poller for events, move out of "dmesg" component #324

Merged
merged 2 commits into from
Jan 26, 2025

add missing ctx/cancel

13cc281
Select commit
Loading
Failed to load commit list.
Merged

feat(components/memory): use common db + dmesg poller for events, move out of "dmesg" component #324

add missing ctx/cancel
13cc281
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 26, 2025 in 0s

21.39% (+0.18%) compared to 02d1814

View this Pull Request on Codecov

21.39% (+0.18%) compared to 02d1814

Details

Codecov Report

Attention: Patch coverage is 45.04505% with 61 lines in your changes missing coverage. Please review.

Project coverage is 21.39%. Comparing base (02d1814) to head (13cc281).

Files with missing lines Patch % Lines
components/memory/component.go 0.00% 27 Missing ⚠️
components/memory/watcher.go 58.33% 20 Missing and 5 partials ⚠️
internal/server/server.go 0.00% 5 Missing ⚠️
pkg/dmesg/watcher.go 25.00% 3 Missing ⚠️
components/dmesg/filters.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #324      +/-   ##
==========================================
+ Coverage   21.21%   21.39%   +0.18%     
==========================================
  Files         300      300              
  Lines       27089    27119      +30     
==========================================
+ Hits         5747     5803      +56     
+ Misses      20697    20667      -30     
- Partials      645      649       +4     

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