jitsi / ice4j

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

feat: Support harvesting with ephemeral ports. #250

Closed bgrozev closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #250 (7d1d3a5) into master (86f1eae) will increase coverage by 0.04%. The diff coverage is 15.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #250      +/-   ##
============================================
+ Coverage     39.14%   39.18%   +0.04%     
+ Complexity     1382     1373       -9     
============================================
  Files           178      178              
  Lines         12149    12164      +15     
  Branches       1837     1842       +5     
============================================
+ Hits           4756     4767      +11     
+ Misses         6741     6733       -8     
- Partials        652      664      +12     
Impacted Files Coverage Δ
.../org/ice4j/ice/harvest/HostCandidateHarvester.java 31.53% <11.11%> (-1.95%) :arrow_down:
src/main/java/org/ice4j/ice/Agent.java 54.61% <50.00%> (-1.37%) :arrow_down:
src/main/java/org/ice4j/stack/TransactionID.java 81.03% <0.00%> (-5.18%) :arrow_down:
...in/java/org/ice4j/ice/ConnectivityCheckServer.java 71.66% <0.00%> (-3.34%) :arrow_down:
...in/java/org/ice4j/ice/ConnectivityCheckClient.java 54.95% <0.00%> (-3.01%) :arrow_down:
src/main/java/org/ice4j/stack/StunStack.java 52.76% <0.00%> (-0.93%) :arrow_down:
src/main/java/org/ice4j/ice/CandidatePair.java 69.40% <0.00%> (-0.75%) :arrow_down:
src/main/java/org/ice4j/ice/CheckList.java 57.22% <0.00%> (-0.61%) :arrow_down:
... and 5 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 86f1eae...7d1d3a5. Read the comment docs.