ppizarror / PyDetex

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

Settings window fix #8

Closed ppizarror closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #8 (3e3b5c6) into master (af838f5) will increase coverage by 0.59%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   96.40%   97.00%   +0.59%     
==========================================
  Files           7        7              
  Lines         696      834     +138     
==========================================
+ Hits          671      809     +138     
  Misses         25       25              
Impacted Files Coverage Δ
pydetex/_gui_settings.py 90.25% <ø> (ø)
pydetex/_fonts.py 100.00% <100.00%> (ø)
pydetex/parsers.py 99.59% <100.00%> (+0.09%) :arrow_up:
pydetex/pipelines.py 100.00% <100.00%> (ø)
pydetex/utils.py 98.02% <100.00%> (+0.57%) :arrow_up:
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 af838f5...3e3b5c6. Read the comment docs.