Open servusdei2018 opened 4 years ago
Merging #40 into master will increase coverage by
0.18%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
+ Coverage 59.26% 59.45% +0.18%
==========================================
Files 6 6
Lines 518 365 -153
==========================================
- Hits 307 217 -90
+ Misses 208 146 -62
+ Partials 3 2 -1
Impacted Files | Coverage Δ | |
---|---|---|
bytes/bytes.go | 96.15% <0.00%> (-0.34%) |
:arrow_down: |
log/color.go | 100.00% <0.00%> (ø) |
|
email/email.go | 0.00% <0.00%> (ø) |
|
random/random.go | 100.00% <0.00%> (ø) |
|
color/color.go | 88.60% <0.00%> (+0.25%) |
:arrow_up: |
log/log.go | 59.58% <0.00%> (+8.64%) |
: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 4919956...fe4f1c8. Read the comment docs.
Fixed syntax error in example code:
import github.com/labstack/gommon/color
is invalid Go syntax because it omits quotes. Replaced withimport "github.com/labstack/gommon/color"