executablebooks / rst-to-myst

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

🐛 FIX: directives in nested states #19

Closed chrisjsewell closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (c5aa7bb) into main (d40e96f) will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   83.86%   84.09%   +0.22%     
==========================================
  Files          10       10              
  Lines        1587     1603      +16     
==========================================
+ Hits         1331     1348      +17     
+ Misses        256      255       -1     
Flag Coverage Δ
pytests 84.09% <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/__init__.py 100.00% <100.00%> (ø)
rst_to_myst/mdformat_render.py 96.26% <100.00%> (+0.93%) :arrow_up:
rst_to_myst/states.py 88.70% <100.00%> (+0.77%) :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 d40e96f...c5aa7bb. Read the comment docs.