dmfs / jems

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

Jems2 #307

Closed dmfs closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #307 (f624c72) into master (59c70cd) will increase coverage by 0.95%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #307      +/-   ##
============================================
+ Coverage     98.37%   99.33%   +0.95%     
+ Complexity      934      611     -323     
============================================
  Files           214      151      -63     
  Lines          2033     1345     -688     
  Branches        123       73      -50     
============================================
- Hits           2000     1336     -664     
+ Misses           29        9      -20     
+ Partials          4        0       -4     
Impacted Files Coverage Δ Complexity Δ
...rg/dmfs/jems2/hamcrest/matchers/LambdaMatcher.java 100.00% <ø> (ø) 4.00 <0.00> (?)
.../dmfs/jems2/hamcrest/matchers/ParallelMatcher.java 89.28% <ø> (ø) 10.00 <0.00> (?)
...tchers/charsequence/CharSequenceCharAtMatcher.java 100.00% <ø> (ø) 8.00 <0.00> (?)
...tchers/charsequence/CharSequenceLengthMatcher.java 100.00% <ø> (ø) 5.00 <0.00> (?)
...amcrest/matchers/fragile/BrokenFragileMatcher.java 100.00% <ø> (ø) 6.00 <0.00> (?)
...rest/matchers/function/FragileFunctionMatcher.java 100.00% <ø> (ø) 7.00 <0.00> (?)
...crest/matchers/generatable/GeneratableMatcher.java 100.00% <ø> (ø) 10.00 <0.00> (?)
...s2/hamcrest/matchers/iterable/IterableMatcher.java 85.71% <ø> (ø) 3.00 <0.00> (?)
...s2/hamcrest/matchers/iterator/IteratorMatcher.java 100.00% <ø> (ø) 19.00 <0.00> (?)
.../hamcrest/matchers/matcher/DescriptionMatcher.java 100.00% <ø> (ø) 4.00 <0.00> (?)
... and 157 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 59c70cd...f624c72. Read the comment docs.