tieskedh / KotlinPoetDSL

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

Adds variable to FunctionSpec #48

Closed tieskedh closed 5 years ago

tieskedh commented 5 years ago

closes #23 Adds Variable to TypeSpec

codecov[bot] commented 5 years ago

Codecov Report

Merging #48 into master will decrease coverage by 0.11%. The diff coverage is 42.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #48      +/-   ##
============================================
- Coverage     76.37%   76.26%   -0.12%     
  Complexity      160      160              
============================================
  Files            34       34              
  Lines           906      910       +4     
  Branches         86       86              
============================================
+ Hits            692      694       +2     
- Misses          159      161       +2     
  Partials         55       55
Impacted Files Coverage Δ Complexity Δ
...otlinpoetdsl/constructorBuilder/ConstructorSpec.kt 53.19% <0%> (ø) 6 <0> (ø) :arrow_down:
...n/nl/devhaan/kotlinpoetdsl/helpers/BlockWrapper.kt 97.5% <100%> (ø) 0 <0> (ø) :arrow_down:
...n/nl/devhaan/kotlinpoetdsl/KotlinPoetExtensions.kt 73.33% <50%> (-8.49%) 0 <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 3ce1ce1...06251a2. Read the comment docs.