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

Add fourth column for graph name #1337

Merged
merged 19 commits into from
Aug 21, 2024

Fix the MacOS bug (which was indeed a bug!)

55f0c83
Select commit
Loading
Failed to load commit list.
Merged

Add fourth column for graph name #1337

Fix the MacOS bug (which was indeed a bug!)
55f0c83
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

89.36% (-0.03%) compared to 8578b34, passed because coverage increased by -0.01% when compared to adjusted base (89.37%)

View this Pull Request on Codecov

89.36% (-0.03%) compared to 8578b34, passed because coverage increased by -0.01% when compared to adjusted base (89.37%)

Details

Codecov Report

Attention: Patch coverage is 94.81481% with 7 lines in your changes missing coverage. Please review.

Project coverage is 89.36%. Comparing base (8578b34) to head (55f0c83).

Files Patch % Lines
src/index/StxxlSortFunctors.h 76.92% 0 Missing and 3 partials ⚠️
src/engine/IndexScan.cpp 60.00% 1 Missing and 1 partial ⚠️
src/engine/HasPredicateScan.cpp 0.00% 1 Missing ⚠️
src/index/IndexImpl.cpp 98.64% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1337      +/-   ##
==========================================
- Coverage   89.38%   89.36%   -0.03%     
==========================================
  Files         345      345              
  Lines       24881    24945      +64     
  Branches     3307     3312       +5     
==========================================
+ Hits        22241    22293      +52     
- Misses       1500     1501       +1     
- Partials     1140     1151      +11     

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