tieskedh / KotlinPoetDSL

A DSL for KotlinPoet
https://kotlinpoetdsl.devhaan.nl
MIT License
27 stars 0 forks source link

It's now possible to add LazyComponent as or to the method body #54

Closed tieskedh closed 5 years ago

tieskedh commented 5 years ago

closes #35

codecov[bot] commented 5 years ago

Codecov Report

Merging #54 into master will decrease coverage by 0.05%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #54      +/-   ##
============================================
- Coverage      77.9%   77.84%   -0.06%     
- Complexity      164      166       +2     
============================================
  Files            34       34              
  Lines          1000     1002       +2     
  Branches         85       85              
============================================
+ Hits            779      780       +1     
  Misses          162      162              
- Partials         59       60       +1
Impacted Files Coverage Δ Complexity Δ
.../nl/devhaan/kotlinpoetdsl/functions/FuncBuilder.kt 69.23% <0%> (-3.85%) 9 <1> (+1)
...nl/devhaan/kotlinpoetdsl/functions/FuncAcceptor.kt 73.17% <100%> (+0.67%) 0 <0> (ø) :arrow_down:
...evhaan/kotlinpoetdsl/codeblock/CodeBlockBuilder.kt 92.3% <100%> (+0.64%) 9 <1> (+1) :arrow_up:

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 75aed7e...dbcd3fc. Read the comment docs.