Skip to content

Commit 9aa5241

Browse files
committed
excluding the annotation generates a too long commandline
1 parent b60d6f8 commit 9aa5241

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
@@ -1224,7 +1224,7 @@ def python_coverage(args):
12241224
if args.jacoco:
12251225
jacoco_args = [
12261226
'--jacoco-whitelist-package', 'com.oracle.graal.python',
1227-
'--jacoco-exclude-annotation', '@GeneratedBy',
1227+
# '--jacoco-exclude-annotation', '@GeneratedBy',
12281228
]
12291229
mx.run_mx(jacoco_args + [
12301230
'--strict-compliance',

0 commit comments

Comments
 (0)