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

Update clang-format rules #559

Merged
merged 5 commits into from
Dec 21, 2023
Merged

Update clang-format rules #559

merged 5 commits into from
Dec 21, 2023

Conversation

elshize
Copy link
Member

@elshize elshize commented Dec 20, 2023

Updates the clang-format rules and reformats all source files. A current version of clang-format is also used instead of 9.

Fixes #557

Updates the clang-format rules and reformats all source files. A current
version of clang-format is also used instead of 9.
@elshize elshize requested a review from JMMackenzie December 20, 2023 22:14
@elshize elshize self-assigned this Dec 20, 2023
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

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

Comparison is base (9ec5817) 93.21% compared to head (bf6bb37) 93.21%.

Files Patch % Lines
include/pisa/payload_vector.hpp 88.37% 5 Missing ⚠️
include/pisa/wand_data_compressed.hpp 81.25% 3 Missing ⚠️
include/pisa/wand_data_range.hpp 70.00% 3 Missing ⚠️
include/pisa/cursor/block_max_scored_cursor.hpp 60.00% 2 Missing ⚠️
include/pisa/wand_data.hpp 77.77% 2 Missing ⚠️
include/pisa/accumulator/lazy_accumulator.hpp 83.33% 1 Missing ⚠️
include/pisa/block_freq_index.hpp 92.30% 1 Missing ⚠️
include/pisa/codec/varintgb.hpp 83.33% 1 Missing ⚠️
include/pisa/freq_index.hpp 90.90% 1 Missing ⚠️
include/pisa/linear_quantizer.hpp 66.66% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #559   +/-   ##
=======================================
  Coverage   93.21%   93.21%           
=======================================
  Files          91       91           
  Lines        4508     4483   -25     
=======================================
- Hits         4202     4179   -23     
+ Misses        306      304    -2     

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

@elshize elshize merged commit 35330c4 into master Dec 21, 2023
7 of 8 checks passed
@elshize elshize deleted the change-clang-format branch December 21, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update clang-format rules
2 participants