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

Remove lifetime requirement on Scan::execute #588

Merged
merged 3 commits into from
Dec 11, 2024

update cdf code

bb3704b
Select commit
Loading
Failed to load commit list.
Merged

Remove lifetime requirement on Scan::execute #588

update cdf code
bb3704b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 0s

83.47% (+0.02%) compared to 7bcbb57

View this Pull Request on Codecov

83.47% (+0.02%) compared to 7bcbb57

Details

Codecov Report

Attention: Patch coverage is 85.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 83.47%. Comparing base (7bcbb57) to head (bb3704b).

Files with missing lines Patch % Lines
kernel/src/scan/mod.rs 87.50% 0 Missing and 2 partials ⚠️
ffi/src/scan.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #588      +/-   ##
==========================================
+ Coverage   83.44%   83.47%   +0.02%     
==========================================
  Files          74       74              
  Lines       16861    16867       +6     
  Branches    16861    16867       +6     
==========================================
+ Hits        14069    14079      +10     
+ Misses       2132     2130       -2     
+ Partials      660      658       -2     

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