go-latex / latex

Go package for LaTeX
BSD 3-Clause "New" or "Revised" License
93 stars 13 forks source link

cmd/mtex-render,drawtex/drawimg: add tests, use io.Writer as backend #28

Closed sbinet closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (9504e02) into main (c426655) will increase coverage by 0.02%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   98.46%   98.49%   +0.02%     
==========================================
  Files          22       23       +1     
  Lines       14963    14989      +26     
==========================================
+ Hits        14733    14763      +30     
+ Misses        199      194       -5     
- Partials       31       32       +1     
Impacted Files Coverage Δ
font/ttf/ttf.go 90.67% <ø> (ø)
internal/fakebackend/fakebackend.go 69.56% <ø> (-4.51%) :arrow_down:
mtex/parser.go 89.16% <ø> (ø)
tex/box.go 90.85% <ø> (+0.91%) :arrow_up:
drawtex/drawimg/drawimg.go 88.23% <66.66%> (ø)
parser.go 78.75% <100.00%> (+0.11%) :arrow_up:
scanner.go 89.83% <100.00%> (+2.02%) :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 c426655...9504e02. Read the comment docs.