dmfs / jems

Java gems, a collection of Java utilities.
Apache License 2.0
5 stars 2 forks source link

Support joining optinal iterables. Implements #279 #280

Closed dmfs closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #280 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #280   +/-   ##
=========================================
  Coverage     98.33%   98.33%           
- Complexity      911      912    +1     
=========================================
  Files           208      208           
  Lines          1978     1980    +2     
  Branches        122      122           
=========================================
+ Hits           1945     1947    +2     
  Misses           29       29           
  Partials          4        4           
Impacted Files Coverage Δ Complexity Δ
.../java/org/dmfs/jems/iterable/composite/Joined.java 100.00% <100.00%> (ø) 4.00 <1.00> (+1.00)

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 b53ec05...943547d. Read the comment docs.