qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
412 stars 196 forks source link

Fix various clazy warnings #406

Closed lnjX closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #406 (b0f357c) into master (f4ed482) will decrease coverage by 0.01%. The diff coverage is 67.92%.

:exclamation: Current head b0f357c differs from pull request most recent head fdc4889. Consider uploading reports for the commit fdc4889 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #406      +/-   ##
==========================================
- Coverage   79.58%   79.57%   -0.02%     
==========================================
  Files         237      237              
  Lines       23831    23868      +37     
==========================================
+ Hits        18966    18993      +27     
- Misses       4865     4875      +10     
Impacted Files Coverage Δ
src/client/QXmppMucManager.cpp 0.00% <0.00%> (ø)
src/client/QXmppMucManager.h 0.00% <ø> (ø)
src/client/QXmppRemoteMethod.cpp 0.00% <0.00%> (ø)
src/server/QXmppIncomingServer.cpp 0.00% <ø> (ø)
src/server/QXmppOutgoingServer.cpp 0.00% <ø> (ø)
src/server/QXmppServer.cpp 47.65% <40.62%> (-0.94%) :arrow_down:
src/server/QXmppIncomingClient.cpp 77.58% <66.66%> (ø)
src/base/QXmppStun.cpp 62.99% <77.50%> (+0.07%) :arrow_up:
src/base/QXmppIq.cpp 97.77% <100.00%> (+0.05%) :arrow_up:
src/base/QXmppJingleIq.cpp 85.44% <100.00%> (+0.02%) :arrow_up:
... and 10 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 f4ed482...fdc4889. Read the comment docs.