Closed defval closed 3 years ago
Merging #32 (9564556) into master (375d26d) will increase coverage by
0.46%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #32 +/- ##
==========================================
+ Coverage 94.32% 94.78% +0.46%
==========================================
Files 16 16
Lines 546 556 +10
==========================================
+ Hits 515 527 +12
+ Misses 20 18 -2
Partials 11 11
Impacted Files | Coverage Δ | |
---|---|---|
cycle.go | 100.00% <ø> (ø) |
|
invocation.go | 100.00% <ø> (ø) |
|
cmp_value.go | 100.00% <100.00%> (ø) |
|
container.go | 100.00% <100.00%> (ø) |
|
node.go | 91.42% <100.00%> (+0.51%) |
:arrow_up: |
options.go | 94.00% <100.00%> (+0.38%) |
:arrow_up: |
schema.go | 96.66% <100.00%> (+0.23%) |
: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 375d26d...9564556. Read the comment docs.
Decorating instances with
di.Decorate
Closes #18