##// END OF EJS Templates
Print that generating coverage report failed when runnign js test only
Matthias Bussonnier -
Show More
@@ -673,8 +673,8 b' def run_iptestall(options):'
673 elif options.coverage == 'xml':
673 elif options.coverage == 'xml':
674 try:
674 try:
675 cov.xml_report(outfile='ipy_coverage.xml')
675 cov.xml_report(outfile='ipy_coverage.xml')
676 except CoverageException:
676 except CoverageException as e:
677 pass
677 print('Generating coverage report failed. Are you running javascript tests only?')
678
678
679 if failed:
679 if failed:
680 # Ensure that our exit code indicates failure
680 # Ensure that our exit code indicates failure
General Comments 0
You need to be logged in to leave comments. Login now