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

Improve history API #680

Closed
wants to merge 18 commits into from

Use .gen() method on SmallRng instead of casting

d3317ac
Select commit
Loading
Failed to load commit list.
Closed

Improve history API #680

Use .gen() method on SmallRng instead of casting
d3317ac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2023 in 0s

49.80% (+0.62%) compared to ff5fdb0

View this Pull Request on Codecov

49.80% (+0.62%) compared to ff5fdb0

Details

Codecov Report

Merging #680 (d3317ac) into main (ff5fdb0) will increase coverage by 0.62%.
The diff coverage is 85.40%.

❗ Current head d3317ac differs from pull request most recent head f8024dd. Consider uploading reports for the commit f8024dd to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #680      +/-   ##
==========================================
+ Coverage   49.17%   49.80%   +0.62%     
==========================================
  Files          46       46              
  Lines        7924     8071     +147     
==========================================
+ Hits         3897     4020     +123     
- Misses       4027     4051      +24     
Files Coverage Δ
src/history/base.rs 84.58% <100.00%> (+0.63%) ⬆️
src/history/cursor.rs 99.06% <100.00%> (+0.04%) ⬆️
src/history/item.rs 51.02% <100.00%> (+6.12%) ⬆️
src/history/file_backed.rs 82.12% <94.73%> (+0.19%) ⬆️
src/engine.rs 4.99% <0.00%> (-0.01%) ⬇️
src/history/sqlite_backed.rs 74.40% <77.38%> (-0.35%) ⬇️