mcmtroffaes / latexcodec

Lexer and codec to work with LaTeX code in Python. Instead of using latexcodec, I encourage you to consider pylatexenc instead, which is far superior: https://github.com/phfaist/pylatexenc
Other
27 stars 12 forks source link

Prepare release 2.0.1 #85

Closed mcmtroffaes closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #85 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #85   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          748       747    -1     
=========================================
- Hits           748       747    -1     
Impacted Files Coverage Δ
latexcodec/codec.py 100.00% <ø> (ø)
latexcodec/lexer.py 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 babe097...9727d09. Read the comment docs.