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

Embed key into dict entry #541

Merged
merged 22 commits into from
Jul 2, 2024

Add runtime check on dict type member dependency

825c82f
Select commit
Loading
Failed to load commit list.
Merged

Embed key into dict entry #541

Add runtime check on dict type member dependency
825c82f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 1, 2024 in 0s

70.32% (+0.06%) compared to 7719dbb

View this Pull Request on Codecov

70.32% (+0.06%) compared to 7719dbb

Details

Codecov Report

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

Project coverage is 70.32%. Comparing base (7719dbb) to head (825c82f).
Report is 10 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #541      +/-   ##
============================================
+ Coverage     70.26%   70.32%   +0.06%     
============================================
  Files           110      111       +1     
  Lines         60108    60286     +178     
============================================
+ Hits          42234    42396     +162     
- Misses        17874    17890      +16     
Files Coverage Δ
src/db.c 88.39% <100.00%> (+0.06%) ⬆️
src/defrag.c 88.24% <100.00%> (+0.68%) ⬆️
src/dict.c 97.53% <100.00%> (+0.09%) ⬆️
src/kvstore.c 96.17% <100.00%> (-0.59%) ⬇️
src/rdb.c 75.80% <100.00%> (-0.09%) ⬇️
src/sds.c 86.08% <100.00%> (+0.21%) ⬆️
src/sds.h 78.68% <ø> (ø)
src/server.c 88.57% <100.00%> (+0.01%) ⬆️
src/debug.c 53.40% <0.00%> (ø)
src/object.c 78.55% <50.00%> (-0.03%) ⬇️

... and 21 files with indirect coverage changes