jitsi / ice4j

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

ref: Remove use of JMap. #259

Closed bgrozev closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #259 (6316e9d) into master (1f97cf2) will increase coverage by 0.05%. The diff coverage is 62.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #259      +/-   ##
============================================
+ Coverage     39.00%   39.05%   +0.05%     
- Complexity     1376     1385       +9     
============================================
  Files           178      178              
  Lines         12176    12180       +4     
  Branches       1842     1842              
============================================
+ Hits           4749     4757       +8     
- Misses         6773     6779       +6     
+ Partials        654      644      -10     
Impacted Files Coverage Δ
src/main/java/org/ice4j/ice/Agent.java 55.25% <25.00%> (-0.02%) :arrow_down:
src/main/java/org/ice4j/ice/Component.java 44.87% <100.00%> (ø)
src/main/java/org/ice4j/ice/IceMediaStream.java 63.59% <100.00%> (+0.33%) :arrow_up:
...ava/org/ice4j/ice/harvest/AbstractUdpListener.java 21.11% <0.00%> (-7.46%) :arrow_down:
src/main/java/org/ice4j/ice/CheckList.java 56.62% <0.00%> (-0.61%) :arrow_down:
src/main/java/org/ice4j/stack/StunStack.java 54.14% <0.00%> (+0.23%) :arrow_up:
src/main/java/org/ice4j/message/Message.java 50.55% <0.00%> (+0.36%) :arrow_up:
...in/java/org/ice4j/ice/ConnectivityCheckClient.java 55.22% <0.00%> (+0.59%) :arrow_up:
.../java/org/ice4j/pseudotcp/PseudoTcpSocketImpl.java 66.57% <0.00%> (+1.15%) :arrow_up:
... and 4 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 1f97cf2...6316e9d. Read the comment docs.