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

0.4.1 #12

Merged
merged 19 commits into from
Oct 3, 2024

Add unit tests

acf4181
Select commit
Loading
Failed to load commit list.
Merged

0.4.1 #12

Add unit tests
acf4181
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 3, 2024 in 0s

82.87% (-1.75%) compared to a4956e5

View this Pull Request on Codecov

82.87% (-1.75%) compared to a4956e5

Details

Codecov Report

Attention: Patch coverage is 77.27273% with 75 lines in your changes missing coverage. Please review.

Project coverage is 82.87%. Comparing base (a4956e5) to head (acf4181).

Files with missing lines Patch % Lines
src/entry.rs 38.46% 40 Missing ⚠️
src/swmr/generic.rs 87.05% 29 Missing ⚠️
src/swmr/wal.rs 50.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
- Coverage   84.62%   82.87%   -1.75%     
==========================================
  Files          20       20              
  Lines        1535     1688     +153     
==========================================
+ Hits         1299     1399     +100     
- Misses        236      289      +53     
Files with missing lines Coverage Δ
src/swmr/generic/iter.rs 83.33% <ø> (-4.91%) ⬇️
src/swmr/generic/reader.rs 92.10% <100.00%> (+0.43%) ⬆️
src/wal.rs 80.00% <100.00%> (+1.31%) ⬆️
src/wal/batch.rs 100.00% <ø> (ø)
src/wal/sealed.rs 78.35% <100.00%> (ø)
src/swmr/wal.rs 83.13% <50.00%> (-5.60%) ⬇️
src/swmr/generic.rs 84.59% <87.05%> (+1.98%) ⬆️
src/entry.rs 55.22% <38.46%> (-20.06%) ⬇️

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 a4956e5...acf4181. Read the comment docs.