Skip to content

Commit f3e83f2

Browse files
committed
workaround for genhtml
1 parent 53eacae commit f3e83f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ def python_coverage(args):
13081308
datetime.datetime.fromtimestamp(info['author-ts']).strftime('%Y-%m-%d_%H_%M'),
13091309
rev[:7],
13101310
)
1311-
mx.run(["/usr/bin/env", "genhtml", "-o", coverage_dir, outputlcov])
1311+
mx.run(["/usr/bin/env", "genhtml", "--ignore-errors", "source", "-o", coverage_dir, outputlcov])
13121312
if args.truffle_upload_url:
13131313
if not args.truffle_upload_url.endswith("/"):
13141314
args.truffle_upload_url = args.truffle_upload_url + "/"

0 commit comments

Comments
 (0)