executablebooks / rst-to-myst

Convert ReStructuredText to MyST Markdown
https://rst-to-myst.readthedocs.io
MIT License
64 stars 11 forks source link

✨ NEW: Add doc-info render #4

Closed chrisjsewell closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (f28bc24) into main (0b26b0f) will increase coverage by 0.99%. The diff coverage is 96.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   79.81%   80.80%   +0.99%     
==========================================
  Files           8        8              
  Lines        1288     1339      +51     
==========================================
+ Hits         1028     1082      +54     
+ Misses        260      257       -3     
Flag Coverage Δ
pytests 80.80% <96.05%> (+0.99%) :arrow_up:

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

Impacted Files Coverage Δ
rst_to_myst/parser.py 95.34% <92.30%> (-0.60%) :arrow_down:
rst_to_myst/renderer.py 88.06% <95.83%> (+0.64%) :arrow_up:
rst_to_myst/cli.py 85.10% <100.00%> (+0.16%) :arrow_up:
rst_to_myst/inliner.py 68.38% <100.00%> (ø)
rst_to_myst/nodes.py 100.00% <100.00%> (ø)
rst_to_myst/utils.py 100.00% <100.00%> (+12.00%) :arrow_up:
rst_to_myst/states.py 83.85% <0.00%> (+1.34%) :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 0b26b0f...f28bc24. Read the comment docs.