jitsi / ice4j

A Java implementation of the ICE protocol
Apache License 2.0
437 stars 232 forks source link

Randomize consent check interval (follow rfc7675). #270

Closed bgrozev closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #270 (02bcd60) into master (a947919) will decrease coverage by 0.11%. The diff coverage is 66.66%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jitsi/ice4j/pull/270/graphs/tree.svg?width=650&height=150&src=pr&token=0f9IrT1MS2&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi)](https://app.codecov.io/gh/jitsi/ice4j/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) ```diff @@ Coverage Diff @@ ## master #270 +/- ## ============================================ - Coverage 39.17% 39.06% -0.11% + Complexity 1387 1377 -10 ============================================ Files 178 178 Lines 12247 12255 +8 Branches 1872 1873 +1 ============================================ - Hits 4798 4788 -10 - Misses 6807 6815 +8 - Partials 642 652 +10 ``` | [Files Changed](https://app.codecov.io/gh/jitsi/ice4j/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) | Coverage Δ | | |---|---|---| | [src/main/java/org/ice4j/ice/Agent.java](https://app.codecov.io/gh/jitsi/ice4j/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaWNlNGovaWNlL0FnZW50LmphdmE=) | `54.88% <50.00%> (-1.24%)` | :arrow_down: | | [src/main/kotlin/org/ice4j/ice/AgentConfig.kt](https://app.codecov.io/gh/jitsi/ice4j/pull/270?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4va290bGluL29yZy9pY2U0ai9pY2UvQWdlbnRDb25maWcua3Q=) | `100.00% <100.00%> (ø)` | | ... and [11 files with indirect coverage changes](https://app.codecov.io/gh/jitsi/ice4j/pull/270/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/jitsi/ice4j/pull/270?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://app.codecov.io/gh/jitsi/ice4j/pull/270?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). Last update [a947919...02bcd60](https://app.codecov.io/gh/jitsi/ice4j/pull/270?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).