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

Reintroduce Optimization of Entry::getItem() #836

Merged
merged 1 commit into from
Nov 6, 2023

Optimization of Entry::getItem()

c23d43e
Select commit
Loading
Failed to load commit list.
Merged

Reintroduce Optimization of Entry::getItem() #836

Optimization of Entry::getItem()
c23d43e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2023 in 1s

57.57% (-0.01%) compared to 2a810ac

View this Pull Request on Codecov

57.57% (-0.01%) compared to 2a810ac

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (2a810ac) 57.57% compared to head (c23d43e) 57.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #836      +/-   ##
==========================================
- Coverage   57.57%   57.57%   -0.01%     
==========================================
  Files          98       99       +1     
  Lines        4545     4542       -3     
  Branches     1911     1909       -2     
==========================================
- Hits         2617     2615       -2     
  Misses        668      668              
+ Partials     1260     1259       -1     
Files Coverage Δ
include/zim/entry.h 100.00% <ø> (ø)
include/zim/item.h 100.00% <100.00%> (ø)
src/entry.cpp 60.60% <100.00%> (+3.03%) ⬆️
src/item.cpp 57.57% <66.66%> (-5.59%) ⬇️

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