Closed roman-mazur closed 7 years ago
Merging #2 into master will increase coverage by
0.07%
. The diff coverage is80%
.
@@ Coverage Diff @@
## master #2 +/- ##
============================================
+ Coverage 70.29% 70.36% +0.07%
- Complexity 1283 1288 +5
============================================
Files 199 199
Lines 5171 5180 +9
Branches 773 778 +5
============================================
+ Hits 3635 3645 +10
+ Misses 1197 1194 -3
- Partials 339 341 +2
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...roovy/com/stanfy/helium/model/ServiceMethod.groovy | 72.3% <100%> (+6.79%) |
37 <1> (+4) |
:arrow_up: |
.../com/stanfy/helium/handler/tests/HttpExecutor.java | 66.1% <50%> (+0.58%) |
8 <0> (ø) |
:arrow_down: |
...ler/codegen/tests/RestApiPokeTestsGenerator.groovy | 90.41% <50%> (-1.26%) |
27 <0> (+1) |
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 2d5e478...bf8242b. Read the comment docs.
Supports writing something like
Ideally the syntax should allow this via
parameters
, but it needs some revision of DSL.Closes #1.