Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c345005

Browse files
committed
update coverage html report to coverage 4.0
private `_harvest_data()` is now `get_data()`
1 parent 2880ecf commit c345005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/testing/iptestcontroller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def find_code_units(self, morfs):
453453
cu.name = '.'.join(nameparts[ix:])
454454

455455
# Reimplement the html_report method with our custom reporter
456-
cov._harvest_data()
456+
cov.get_data()
457457
cov.config.from_args(omit='*{0}tests{0}*'.format(os.sep), html_dir=html_dir,
458458
html_title='IPython test coverage',
459459
)

0 commit comments

Comments
 (0)