executablebooks / rst-to-myst

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

🐛 FIX: parse titles in `only` directive content #12

Closed chrisjsewell closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #12 (eaeaedf) into main (856a503) will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   80.83%   81.05%   +0.22%     
==========================================
  Files           8        8              
  Lines        1341     1341              
==========================================
+ Hits         1084     1087       +3     
+ Misses        257      254       -3     
Flag Coverage Δ
pytests 81.05% <100.00%> (+0.22%) :arrow_up:

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

Impacted Files Coverage Δ
rst_to_myst/renderer.py 88.13% <ø> (ø)
rst_to_myst/states.py 85.20% <100.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 856a503...eaeaedf. Read the comment docs.