ppizarror / PyDetex

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

Added open file #15

Closed ppizarror closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #15 (5302776) into master (7c0dab4) will increase coverage by 0.96%. The diff coverage is 100.00%.

:exclamation: Current head 5302776 differs from pull request most recent head 35fdf88. Consider uploading reports for the commit 35fdf88 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   97.13%   98.10%   +0.96%     
==========================================
  Files           9        9              
  Lines         907     1318     +411     
==========================================
+ Hits          881     1293     +412     
+ Misses         26       25       -1     
Impacted Files Coverage Δ
pydetex/_gui_settings.py 94.11% <100.00%> (+5.49%) :arrow_up:
pydetex/_utils_lang.py 96.83% <0.00%> (-0.77%) :arrow_down:
pydetex/utils.py 98.03% <0.00%> (-0.61%) :arrow_down:
pydetex/pipelines.py 100.00% <0.00%> (ø)
pydetex/_utils_tex.py 100.00% <0.00%> (ø)
pydetex/parsers.py 99.75% <0.00%> (+0.12%) :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 7c0dab4...35fdf88. Read the comment docs.