jitsi / ice4j

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

Port more config properties to AgentConfig #254

Closed bgrozev closed 2 years ago

bgrozev commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #254 (37ae510) into master (2baae57) will increase coverage by 0.11%. The diff coverage is 77.77%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #254      +/-   ##
============================================
+ Coverage     38.95%   39.06%   +0.11%     
  Complexity     1374     1374              
============================================
  Files           178      178              
  Lines         12167    12171       +4     
  Branches       1843     1842       -1     
============================================
+ Hits           4740     4755      +15     
+ Misses         6774     6755      -19     
- Partials        653      661       +8     
Impacted Files Coverage Δ
src/main/java/org/ice4j/StackProperties.java 35.48% <ø> (-6.46%) :arrow_down:
src/main/java/org/ice4j/ice/Agent.java 55.59% <0.00%> (-0.31%) :arrow_down:
src/main/java/org/ice4j/ice/Component.java 44.87% <0.00%> (ø)
src/main/java/org/ice4j/ice/IceMediaStream.java 63.25% <ø> (ø)
src/main/java/org/ice4j/message/Message.java 50.18% <100.00%> (+0.36%) :arrow_up:
src/main/kotlin/org/ice4j/ice/AgentConfig.kt 100.00% <100.00%> (ø)
src/main/java/org/ice4j/stack/TransactionID.java 81.03% <0.00%> (-5.18%) :arrow_down:
...in/java/org/ice4j/stack/MessageProcessingTask.java 62.00% <0.00%> (-4.00%) :arrow_down:
...rc/main/java/org/ice4j/stack/NetAccessManager.java 60.13% <0.00%> (-2.10%) :arrow_down:
... and 11 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 2baae57...37ae510. Read the comment docs.