qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
410 stars 197 forks source link

Add QXmppTrustManager as base of trust managers such as QXmppAtmManager #423

Closed melvo closed 2 years ago

melvo commented 2 years ago

Before opening a pull-request please do:

codecov[bot] commented 2 years ago

Codecov Report

Merging #423 (a7e3660) into master (2000431) will decrease coverage by 0.01%. The diff coverage is 89.15%.

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

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
- Coverage   76.22%   76.21%   -0.02%     
==========================================
  Files         231      234       +3     
  Lines       20610    20672      +62     
==========================================
+ Hits        15711    15755      +44     
- Misses       4899     4917      +18     
Impacted Files Coverage Δ
src/client/QXmppTrustMemoryStorage.h 100.00% <ø> (ø)
src/client/QXmppTrustStorage.h 100.00% <ø> (ø)
src/client/QXmppTrustManager.cpp 64.00% <64.00%> (ø)
src/client/QXmppAtmManager.cpp 97.93% <100.00%> (ø)
src/client/QXmppAtmManager.h 100.00% <100.00%> (ø)
src/client/QXmppTrustManager.h 100.00% <100.00%> (ø)
src/client/QXmppTrustMemoryStorage.cpp 100.00% <100.00%> (ø)
tests/qxmppatmmanager/tst_qxmppatmmanager.cpp 98.33% <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 2000431...075e572. Read the comment docs.