Closed maratik123 closed 6 years ago
Merging #260 into develop will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## develop #260 +/- ##
==========================================
Coverage 90.38% 90.38%
Complexity 576 576
==========================================
Files 42 42
Lines 1727 1727
Branches 345 345
==========================================
Hits 1561 1561
Misses 105 105
Partials 61 61
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...rc/main/java/uk/co/jemos/podam/api/PodamUtils.java | 86.76% <100%> (ø) |
27 <0> (ø) |
:arrow_down: |
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 ce158b0...834a483. Read the comment docs.
Hi,
Thank you for the patch it was merged. With description it would be perfect.
Thanks, Daniil
Added description
Use thread safe random implementation for generating numbers (
ThreadLocalRandom.current()
instead ofnew Random()
)