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

panic in bpfman-agent due to err not being returned #330

Merged
merged 1 commit into from
Oct 23, 2024

panic in bpfman-agent due to err not being returned

0bf84bb
Select commit
Loading
Failed to load commit list.
Merged

panic in bpfman-agent due to err not being returned #330

panic in bpfman-agent due to err not being returned
0bf84bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

27.63% (+0.03%) compared to aa3840d

View this Pull Request on Codecov

27.63% (+0.03%) compared to aa3840d

Details

Codecov Report

Attention: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 27.63%. Comparing base (aa3840d) to head (0bf84bb).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
controllers/bpfman-agent/common.go 20.00% 4 Missing ⚠️
controllers/bpfman-agent/internal/bpfman-core.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #330      +/-   ##
==========================================
+ Coverage   27.60%   27.63%   +0.03%     
==========================================
  Files          87       87              
  Lines        7499     7498       -1     
==========================================
+ Hits         2070     2072       +2     
+ Misses       5228     5226       -2     
+ Partials      201      200       -1     

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