diff --git a/IPython/testing/iptestcontroller.py b/IPython/testing/iptestcontroller.py index 1bf44d1..95aa06e 100644 --- a/IPython/testing/iptestcontroller.py +++ b/IPython/testing/iptestcontroller.py @@ -453,7 +453,7 @@ def run_iptestall(options): cu.name = '.'.join(nameparts[ix:]) # Reimplement the html_report method with our custom reporter - cov._harvest_data() + cov.get_data() cov.config.from_args(omit='*{0}tests{0}*'.format(os.sep), html_dir=html_dir, html_title='IPython test coverage', )