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

move global data and node selector out of the bpfcommon data struct #17

Merged
merged 1 commit into from
Jun 4, 2024

move global data and node selector out of the bpfcommon data struct

691a9cd
Select commit
Loading
Failed to load commit list.
Merged

move global data and node selector out of the bpfcommon data struct #17

move global data and node selector out of the bpfcommon data struct
691a9cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 4, 2024 in 0s

26.36% (-0.02%) compared to 768a235

View this Pull Request on Codecov

26.36% (-0.02%) compared to 768a235

Details

Codecov Report

Attention: Patch coverage is 48.79518% with 85 lines in your changes missing coverage. Please review.

Project coverage is 26.36%. Comparing base (768a235) to head (691a9cd).
Report is 3 commits behind head on main.

Files Patch % Lines
apis/v1alpha1/zz_generated.deepcopy.go 48.17% 69 Missing and 2 partials ⚠️
controllers/bpfman-agent/fentry-program.go 50.00% 2 Missing ⚠️
controllers/bpfman-agent/fexit-program.go 50.00% 2 Missing ⚠️
controllers/bpfman-agent/kprobe-program.go 50.00% 2 Missing ⚠️
controllers/bpfman-agent/tc-program.go 50.00% 2 Missing ⚠️
controllers/bpfman-agent/tracepoint-program.go 50.00% 2 Missing ⚠️
controllers/bpfman-agent/uprobe-program.go 50.00% 2 Missing ⚠️
controllers/bpfman-agent/xdp-program.go 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   26.38%   26.36%   -0.02%     
==========================================
  Files          75       75              
  Lines        5021     5112      +91     
==========================================
+ Hits         1325     1348      +23     
- Misses       3532     3600      +68     
  Partials      164      164              

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