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

refactor: removed NOLINT annotation from the end of base/glog_wapper.h include statement #2107

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

PrajwalBorkar
Copy link
Contributor

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jul 6, 2022
@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #2107 (1157346) into main (964a9b9) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2107   +/-   ##
=========================================
  Coverage     75.79%   75.80%           
  Complexity      347      347           
=========================================
  Files           615      615           
  Lines        116921   116921           
  Branches       1015     1015           
=========================================
+ Hits          88623    88633   +10     
+ Misses        28089    28079   -10     
  Partials        209      209           
Impacted Files Coverage Δ
src/base/file_util.h 78.37% <ø> (ø)
src/log/log_reader.cc 79.11% <ø> (ø)
src/log/log_writer.cc 88.35% <ø> (ø)
src/log/sequential_file.cc 51.72% <ø> (ø)
src/replica/log_replicator.cc 81.87% <ø> (ø)
src/replica/replicate_node.cc 78.21% <ø> (ø)
src/rpc/rpc_client.h 85.13% <ø> (-4.06%) ⬇️
src/storage/disk_table.cc 82.95% <ø> (ø)
src/storage/disk_table_snapshot.cc 61.19% <ø> (+4.47%) ⬆️
src/storage/disk_table_test.cc 99.78% <ø> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 964a9b9...1157346. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2022

SDK Test Report

  75 files    75 suites   7m 20s ⏱️
163 tests 161 ✔️ 2 💤 0
204 runs  202 ✔️ 2 💤 0

Results for commit 1157346.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2022

Linux Test Report

       54 files       196 suites   51m 44s ⏱️
  9 009 tests   9 005 ✔️ 4 💤 0
13 260 runs  13 256 ✔️ 4 💤 0

Results for commit 1157346.

@vagetablechicken vagetablechicken merged commit e549cd4 into 4paradigm:main Jul 7, 2022
@PrajwalBorkar PrajwalBorkar deleted the remove-nolint branch July 7, 2022 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove NOLINT annotation from the end of base/glog_wapper.h include statement
3 participants