executablebooks / sphinx-exercise

A Sphinx extension for producing exercise and solution directives.
https://ebp-sphinx-exercise.readthedocs.io
MIT License
19 stars 7 forks source link

FIX: Check for sphinx_exercise_registry in all registered post_tranforms #47

Closed mmcky closed 2 years ago

mmcky commented 2 years ago

This fixes #44

codecov-commenter commented 2 years ago

Codecov Report

Merging #47 (ceb0489) into master (9715a72) will decrease coverage by 0.39%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   93.34%   92.95%   -0.40%     
==========================================
  Files           6        6              
  Lines         436      440       +4     
==========================================
+ Hits          407      409       +2     
- Misses         29       31       +2     
Flag Coverage Δ
pytests 92.95% <50.00%> (-0.40%) :arrow_down:

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

Impacted Files Coverage Δ
sphinx_exercise/post_transforms.py 93.70% <50.00%> (-1.26%) :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 9715a72...ceb0489. Read the comment docs.