Closed arp242 closed 2 years ago
Merging #51 (f718471) into master (64116ba) will increase coverage by
0.06%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #51 +/- ##
==========================================
+ Coverage 60.64% 60.70% +0.06%
==========================================
Files 6 6
Lines 625 626 +1
==========================================
+ Hits 379 380 +1
Misses 242 242
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
log/log.go | 53.15% <100.00%> (+0.21%) |
: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 64116ba...f718471. Read the comment docs.
@arp242 Thank you
Previously using
l.SetHeader("")
would panic with:This adds a check for that. It also checks if there is any content before writing a space in the "Text header" else branch so you don't end up with " my message".