Computing Coverage Statistics

Warning

make coverage will currently produce a json report that can be used to support an execution status page. But adding badges and a status page needs to be made into an option and specified via the default theme. See #237

jupyter_make_coverage

Enable coverage statistics to be computed

Values
False (default)
True

jupyter_template_coverage_file_path

Provide path to template coverage file

Todo

Document format for template

conf.py usage:

jupyter_template_coverage_file_path = "theme/templates/<file>.json"