Skip to content

Commit fe057a6

Browse files
committed
don't use jacoco:exclude
1 parent 855b3f0 commit fe057a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mx.graalpython/suite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211
"truffle:TRUFFLE_TCK",
212212
"mx:JUNIT"
213213
],
214-
"jacoco": "exclude",
215214
"checkstyle": "com.oracle.graal.python",
216215
"javaCompliance": "8+",
217216
"annotationProcessors": ["truffle:TRUFFLE_DSL_PROCESSOR"],
@@ -226,7 +225,6 @@
226225
"sdk:POLYGLOT_TCK",
227226
"mx:JUNIT"
228227
],
229-
"jacoco": "exclude",
230228
"checkstyle": "com.oracle.graal.python",
231229
"javaCompliance": "8+",
232230
"workingSets": "Truffle,Python",

0 commit comments

Comments
 (0)