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

upgrade to smallvec 2 to fix invariant lifetimes #131

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

clippy

e054b28
Select commit
Loading
Failed to load commit list.
Open

upgrade to smallvec 2 to fix invariant lifetimes #131

clippy
e054b28
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 10, 2024 in 0s

95.09% (+0.18%) compared to dd25fd0

View this Pull Request on Codecov

95.09% (+0.18%) compared to dd25fd0

Details

Codecov Report

Attention: Patch coverage is 92.55814% with 16 lines in your changes missing coverage. Please review.

Project coverage is 95.09%. Comparing base (dd25fd0) to head (e054b28).

Files with missing lines Patch % Lines
crates/jiter/src/lazy_index_map.rs 92.38% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #131      +/-   ##
==========================================
+ Coverage   94.91%   95.09%   +0.18%     
==========================================
  Files          12       12              
  Lines        1908     1999      +91     
==========================================
+ Hits         1811     1901      +90     
- Misses         97       98       +1     
Files with missing lines Coverage Δ
crates/jiter/src/python.rs 98.55% <100.00%> (+1.54%) ⬆️
crates/jiter/src/value.rs 97.10% <100.00%> (-0.02%) ⬇️
crates/jiter/src/lazy_index_map.rs 93.36% <92.38%> (-4.62%) ⬇️

... and 7 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dd25fd0...e054b28. Read the comment docs.