Closed fredbi closed 5 years ago
Merging #85 into master will increase coverage by
11.49%
. The diff coverage is75.73%
.
@@ Coverage Diff @@
## master #85 +/- ##
===========================================
+ Coverage 46.3% 57.79% +11.49%
===========================================
Files 19 22 +3
Lines 2149 2085 -64
===========================================
+ Hits 995 1205 +210
+ Misses 978 715 -263
+ Partials 176 165 -11
Impacted Files | Coverage Δ | |
---|---|---|
debug.go | 100% <ø> (ø) |
:arrow_up: |
operation.go | 92.85% <100%> (+43.63%) |
:arrow_up: |
cache.go | 100% <100%> (ø) |
|
info.go | 59.7% <100%> (+1.73%) |
:arrow_up: |
header.go | 54.65% <100%> (+33.72%) |
:arrow_up: |
response.go | 62.74% <100%> (+36.33%) |
:arrow_up: |
swagger.go | 56.92% <100%> (ø) |
:arrow_up: |
security_scheme.go | 78% <100%> (+3%) |
:arrow_up: |
tag.go | 42.1% <100%> (ø) |
:arrow_up: |
bindata.go | 22.79% <17.64%> (-3.48%) |
:arrow_down: |
... and 16 more |
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 5b6cdde...9453b11. Read the comment docs.
Reported golangci failure: golangci/golangci#25
Integration testing went okay for me
What do we do with this one? I made it on purpose to be able to continue maintenance from a reduced debt. Anything left I should change?
Major refactoring of expander
This PR is mostly refactoring and applies only minor change on behavior
Content
Fixups
Minor bug fixes:
Integration tests