phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

Method reference on invocations #57

Closed heruan closed 6 years ago

heruan commented 6 years ago

Fixes #56.

codecov-io commented 6 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.03%. The diff coverage is 35.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #57      +/-   ##
============================================
- Coverage     35.49%   35.46%   -0.04%     
  Complexity      805      805              
============================================
  Files           121      121              
  Lines          5113     5129      +16     
  Branches        749      750       +1     
============================================
+ Hits           1815     1819       +4     
- Misses         3069     3080      +11     
- Partials        229      230       +1
Impacted Files Coverage Δ Complexity Δ
...n/java/com/helger/jcodemodel/JLambdaMethodRef.java 81.53% <35.29%> (-18.47%) 17 <0> (ø)

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 72c9043...c175e00. Read the comment docs.

phax commented 6 years ago

Thx for fixing this