executablebooks / sphinx-external-toc

A sphinx extension that allows the site-map to be defined in a single YAML file
https://sphinx-external-toc.readthedocs.io
MIT License
33 stars 18 forks source link

✨ NEW: Improve option parsing, add jupyter-book migration #18

Closed chrisjsewell closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (b4f2012) into main (e0df890) will increase coverage by 0.05%. The diff coverage is 94.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   91.00%   91.05%   +0.05%     
==========================================
  Files           6        6              
  Lines         489      548      +59     
==========================================
+ Hits          445      499      +54     
- Misses         44       49       +5     
Flag Coverage Δ
pytests 91.05% <94.87%> (+0.05%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
sphinx_external_toc/tools.py 91.89% <92.72%> (+0.31%) :arrow_up:
sphinx_external_toc/api.py 93.05% <100.00%> (+0.19%) :arrow_up:
sphinx_external_toc/cli.py 95.74% <100.00%> (+0.62%) :arrow_up:
sphinx_external_toc/events.py 88.27% <100.00%> (-0.62%) :arrow_down:
sphinx_external_toc/parsing.py 90.24% <100.00%> (-0.24%) :arrow_down:

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 e0df890...b4f2012. Read the comment docs.