##// END OF EJS Templates
update coverage html report to coverage 4.0...
Min RK -
Show More
@@ -453,7 +453,7 b' def run_iptestall(options):'
453 cu.name = '.'.join(nameparts[ix:])
453 cu.name = '.'.join(nameparts[ix:])
454
454
455 # Reimplement the html_report method with our custom reporter
455 # Reimplement the html_report method with our custom reporter
456 cov._harvest_data()
456 cov.get_data()
457 cov.config.from_args(omit='*{0}tests{0}*'.format(os.sep), html_dir=html_dir,
457 cov.config.from_args(omit='*{0}tests{0}*'.format(os.sep), html_dir=html_dir,
458 html_title='IPython test coverage',
458 html_title='IPython test coverage',
459 )
459 )
General Comments 0
You need to be logged in to leave comments. Login now