Skip to content

Commit

Permalink
Merge pull request ipython#8862 from minrk/coverage-html
Browse files Browse the repository at this point in the history
update coverage html report to coverage 4.0
  • Loading branch information
minrk committed Oct 6, 2015
2 parents c544486 + c345005 commit eba089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/testing/iptestcontroller.py
Expand Up @@ -453,7 +453,7 @@ def find_code_units(self, morfs):
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',
)
Expand Down

0 comments on commit eba089c

Please sign in to comment.