ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Port allocator nuggets#39 #56

Closed ddimtirov closed 7 years ago

ddimtirov commented 7 years ago

Implementing #39 - see comments in the issue for details.

codecov-io commented 7 years ago

Codecov Report

Merging #56 into master will decrease coverage by 1%. The diff coverage is 85%.

@@           Coverage Diff           @@
##             master   #56    +/-   ##
=======================================
- Coverage        91%   90%    -1%     
- Complexity      251   289    +38     
=======================================
  Files             9    11     +2     
  Lines           657   815   +158     
  Branches        133   175    +42     
=======================================
+ Hits            600   734   +134     
- Misses           17    23     +6     
- Partials         40    58    +18
Impacted Files Coverage Δ Complexity Δ
...rov/nuggets/internal/groovy/NuggetsExtensions.java 100% <100%> (ø) 10 <2> (+2) :white_check_mark:
...ggets/internal/groovy/NuggetsStaticExtensions.java 29% <29%> (ø) 2 <2> (?)
...c/main/java/io/github/ddimitrov/nuggets/Ports.java 87% <87%> (ø) 34 <34> (?)

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 80d98db...0707be4. Read the comment docs.