apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
364 stars 158 forks source link

Support Bazel Build & Set Up CI #394

Closed lizhanhui closed 2 years ago

lizhanhui commented 2 years ago

What is the purpose of the change

As per title

Brief changelog

N/A

Verifying this change

N/A

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

codecov-commenter commented 2 years ago

Codecov Report

Merging #394 (2715c98) into master (d0f65a1) will decrease coverage by 1.74%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
- Coverage   59.06%   57.31%   -1.75%     
==========================================
  Files         205      204       -1     
  Lines       13001    13481     +480     
==========================================
+ Hits         7679     7727      +48     
- Misses       5322     5754     +432     
Impacted Files Coverage Δ
src/common/ByteOrder.h 100.00% <ø> (ø)
src/extern/CProducer.cpp 39.36% <0.00%> (-9.02%) :arrow_down:
src/producer/DefaultMQProducerImpl.cpp 73.45% <0.00%> (-12.30%) :arrow_down:
include/MQClientException.h 75.00% <0.00%> (-6.82%) :arrow_down:
src/common/AsyncCallbackWrap.cpp 16.16% <0.00%> (-5.76%) :arrow_down:
src/extern/CPullConsumer.cpp 72.97% <0.00%> (-4.89%) :arrow_down:
include/AsyncCallback.h 62.50% <0.00%> (-4.17%) :arrow_down:
src/log/Logging.cpp 71.92% <0.00%> (-3.59%) :arrow_down:
src/protocol/RemotingCommand.cpp 92.61% <0.00%> (-1.87%) :arrow_down:
... and 50 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 6523dcc...2715c98. Read the comment docs.