QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

FEAT: Add coverage reports for execution testing #190

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

make coverage command will create a coverage report

mmcky commented 5 years ago

thanks @AakashGfude. I will review tonight.

mmcky commented 5 years ago

hey @AakashGfude now that we have a report we can use for the time being. Let's get this working when you're exams are over and then we can merge the PR.

AakashGfude commented 5 years ago

@mmcky this PR creates a folder _build_coverage for coverage reports. Updates individual task times at status.html for coverage reports.

mmcky commented 5 years ago

thanks @AakashGfude I will merge this now.