Closed antham closed 3 years ago
Merging #52 (563a293) into master (b1bfc9f) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #52 +/- ##
=======================================
Coverage 86.95% 86.95%
=======================================
Files 10 10
Lines 345 345
=======================================
Hits 300 300
Misses 28 28
Partials 17 17
Impacted Files | Coverage Δ | |
---|---|---|
ghokin/transformer.go | 94.36% <100.00%> (ø) |
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 c80a67e...563a293. Read the comment docs.
When a pipe was escaped in a table column, it was not escaped back when the output was formatted.
Fix #50