roniemartinez / latex2mathml

Pure Python library for LaTeX to MathML conversion
MIT License
183 stars 25 forks source link

✨ Support \tbinom and \tfrac #215

Closed roniemartinez closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@cc3e254). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master      #215   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         6           
  Lines             ?       786           
  Branches          ?         0           
==========================================
  Hits              ?       786           
  Misses            ?         0           
  Partials          ?         0           
Impacted Files Coverage Δ
latex2mathml/commands.py 100.00% <100.00%> (ø)
latex2mathml/converter.py 100.00% <100.00%> (ø)
latex2mathml/exceptions.py 100.00% <100.00%> (ø)
latex2mathml/symbols_parser.py 100.00% <100.00%> (ø)
latex2mathml/tokenizer.py 100.00% <100.00%> (ø)
latex2mathml/walker.py 100.00% <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 cc3e254...fd9e71d. Read the comment docs.