qxmpp-project / qxmpp

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

Use QVERIFY instead of QCOMPARE for 'doc.setContent(xml, true)' #407

Closed melvo closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #407 (252b1d9) into master (e69f103) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #407   +/-   ##
=======================================
  Coverage   79.57%   79.57%           
=======================================
  Files         237      237           
  Lines       23870    23870           
=======================================
  Hits        18994    18994           
  Misses       4876     4876           
Impacted Files Coverage Δ
...ts/qxmppbitsofbinaryiq/tst_qxmppbitsofbinaryiq.cpp 100.00% <100.00%> (ø)
...ests/qxmppcarbonmanager/tst_qxmppcarbonmanager.cpp 100.00% <100.00%> (ø)
tests/qxmpphttpuploadiq/tst_qxmpphttpuploadiq.cpp 100.00% <100.00%> (ø)
tests/qxmppmammanager/tst_qxmppmammanager.cpp 100.00% <100.00%> (ø)
...ereceiptmanager/tst_qxmppmessagereceiptmanager.cpp 100.00% <100.00%> (ø)
...ests/qxmppmixinvitation/tst_qxmppmixinvitation.cpp 100.00% <100.00%> (ø)
tests/qxmppmixitems/tst_qxmppmixitems.cpp 100.00% <100.00%> (ø)
tests/qxmppomemodata/tst_qxmppomemodata.cpp 100.00% <100.00%> (ø)
tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp 100.00% <100.00%> (ø)
tests/qxmpprpciq/tst_qxmpprpciq.cpp 98.68% <100.00%> (ø)
... and 2 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 e69f103...252b1d9. Read the comment docs.