qxmpp-project / qxmpp

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

Add SendStanzaParams class #428

Closed lnjX closed 2 years ago

lnjX commented 2 years ago

Before opening a pull-request please do:

codecov[bot] commented 2 years ago

Codecov Report

Merging #428 (31bb4ee) into master (ca5065c) will decrease coverage by 0.02%. The diff coverage is 60.00%.

@@            Coverage Diff             @@
##           master     #428      +/-   ##
==========================================
- Coverage   76.09%   76.07%   -0.03%     
==========================================
  Files         234      236       +2     
  Lines       20712    20722      +10     
==========================================
+ Hits        15761    15764       +3     
- Misses       4951     4958       +7     
Impacted Files Coverage Δ
src/client/QXmppClient.h 93.33% <ø> (ø)
src/client/QXmppSendStanzaParams.cpp 0.00% <0.00%> (ø)
src/client/QXmppSendStanzaParams.h 0.00% <0.00%> (ø)
src/client/QXmppClient.cpp 58.84% <90.90%> (+0.28%) :arrow_up:
tests/qxmppclient/tst_qxmppclient.cpp 96.29% <100.00%> (ø)
tests/qxmppomemodata/tst_qxmppomemodata.cpp 98.25% <0.00%> (+<0.01%) :arrow_up:

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 ca5065c...31bb4ee. Read the comment docs.