ppizarror / PyDetex

An application that transforms LaTeX code to plain text
https://pydetex.readthedocs.io
MIT License
34 stars 5 forks source link

Split utils file #10

Closed ppizarror closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (a2ab96e) into master (20e2e37) will decrease coverage by 0.02%. The diff coverage is 99.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   97.04%   97.01%   -0.03%     
==========================================
  Files           7        9       +2     
  Lines         846      872      +26     
==========================================
+ Hits          821      846      +25     
- Misses         25       26       +1     
Impacted Files Coverage Δ
pydetex/_fonts.py 100.00% <ø> (ø)
pydetex/_gui_settings.py 88.62% <ø> (ø)
pydetex/_utils_lang.py 97.29% <97.29%> (ø)
pydetex/__init__.py 100.00% <100.00%> (ø)
pydetex/_utils_tex.py 100.00% <100.00%> (ø)
pydetex/utils.py 98.64% <100.00%> (-0.51%) :arrow_down:
pydetex/version.py 88.88% <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 20e2e37...a2ab96e. Read the comment docs.