jitsi / jigasi

Jigasi: a server-side application acting as a gateway to Jitsi Meet conferences. Currently allows regular SIP clients to join meetings and provides transcription capabilities.
Apache License 2.0
532 stars 297 forks source link

fix: Fixes register logic when detecting sip stack failures. #466

Closed damencho closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #466 (c61cf82) into master (bbe05ec) will decrease coverage by 0.09%. The diff coverage is 21.05%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/jitsi/jigasi/pull/466/graphs/tree.svg?width=650&height=150&src=pr&token=bRTGRUW8Sz&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi)](https://codecov.io/gh/jitsi/jigasi/pull/466?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) ```diff @@ Coverage Diff @@ ## master #466 +/- ## ============================================ - Coverage 22.24% 22.14% -0.10% + Complexity 287 286 -1 ============================================ Files 68 68 Lines 5773 5811 +38 Branches 776 782 +6 ============================================ + Hits 1284 1287 +3 - Misses 4269 4301 +32 - Partials 220 223 +3 ``` | [Impacted Files](https://codecov.io/gh/jitsi/jigasi/pull/466?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) | Coverage Δ | | |---|---|---| | [...java/org/jitsi/jigasi/sip/SipInfoJsonProtocol.java](https://codecov.io/gh/jitsi/jigasi/pull/466/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL3NpcC9TaXBJbmZvSnNvblByb3RvY29sLmphdmE=) | `7.69% <0.00%> (-0.38%)` | :arrow_down: | | [.../main/java/org/jitsi/jigasi/SipGatewaySession.java](https://codecov.io/gh/jitsi/jigasi/pull/466/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL1NpcEdhdGV3YXlTZXNzaW9uLmphdmE=) | `45.50% <22.58%> (-1.52%)` | :arrow_down: | | [...c/main/java/org/jitsi/jigasi/stats/Statistics.java](https://codecov.io/gh/jitsi/jigasi/pull/466/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL3N0YXRzL1N0YXRpc3RpY3MuamF2YQ==) | `41.29% <25.00%> (-1.76%)` | :arrow_down: | | [src/main/java/org/jitsi/jigasi/JvbConference.java](https://codecov.io/gh/jitsi/jigasi/pull/466/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL0p2YkNvbmZlcmVuY2UuamF2YQ==) | `43.43% <0.00%> (-0.44%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/jitsi/jigasi/pull/466?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/jitsi/jigasi/pull/466?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). Last update [4993f8f...c61cf82](https://codecov.io/gh/jitsi/jigasi/pull/466?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi).