qxmpp-project / qxmpp

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

Implement XEP-0167: Jingle RTP Sessions error conditions #485

Closed melvo closed 1 year ago

melvo commented 1 year ago

PR check list:

codecov[bot] commented 1 year ago

Codecov Report

Base: 68.51% // Head: 68.59% // Increases project coverage by +0.08% :tada:

Coverage data is based on head (00f37ba) compared to base (0cd975e). Patch coverage: 100.00% of modified lines in pull request are covered.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #485 +/- ## ========================================== + Coverage 68.51% 68.59% +0.08% ========================================== Files 294 294 Lines 25340 25405 +65 ========================================== + Hits 17361 17426 +65 Misses 7979 7979 ``` | [Impacted Files](https://codecov.io/gh/qxmpp-project/qxmpp/pull/485?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project) | Coverage Δ | | |---|---|---| | [src/base/QXmppJingleIq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/485/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBKaW5nbGVJcS5jcHA=) | `89.73% <100.00%> (+0.21%)` | :arrow_up: | | [src/base/QXmppJingleIq.h](https://codecov.io/gh/qxmpp-project/qxmpp/pull/485/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-c3JjL2Jhc2UvUVhtcHBKaW5nbGVJcS5o) | `100.00% <100.00%> (ø)` | | | [tests/qxmppjingleiq/tst\_qxmppjingleiq.cpp](https://codecov.io/gh/qxmpp-project/qxmpp/pull/485/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project#diff-dGVzdHMvcXhtcHBqaW5nbGVpcS90c3RfcXhtcHBqaW5nbGVpcS5jcHA=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qxmpp-project)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.