Skip to content

rust/ffi: more rust friendly plugin registration - #305

Merged
jasonish merged 1 commit into
mainfrom
codecov/v6
Feb 22, 2026
Merged

rust/ffi: more rust friendly plugin registration#305
jasonish merged 1 commit into
mainfrom
codecov/v6

Conversation

@jasonish

Copy link
Copy Markdown
Owner

A plugin can now create a "Plugin" struct with Rust strings. The
into_raw method converts it to a raw pointer suitable for returning
during plugin registration.

A plugin can now create a "Plugin" struct with Rust strings.  The
`into_raw` method converts it to a raw pointer suitable for returning
during plugin registration.
@codecov-commenter

codecov-commenter commented Feb 22, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.18%. Comparing base (c561034) to head (886fae5).
⚠️ Report is 1 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #305      +/-   ##
==========================================
- Coverage   82.18%   82.18%   -0.01%     
==========================================
  Files        1000     1000              
  Lines      263661   263661              
==========================================
- Hits       216692   216686       -6     
- Misses      46969    46975       +6     
Flag Coverage Δ
fuzzcorpus 60.23% <ø> (ø)
livemode 18.80% <ø> (-0.02%) ⬇️
netns 18.94% <ø> (-0.04%) ⬇️
pcap 44.66% <ø> (-0.03%) ⬇️
suricata-verify 65.49% <ø> (-0.03%) ⬇️
unittests 59.23% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jasonish
jasonish merged commit 886fae5 into main Feb 22, 2026
109 checks passed
@jasonish
jasonish deleted the codecov/v6 branch June 2, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants