Skip to content

Commit 0a52152

Browse files
Automatic merge of master into galahad
2 parents 799e71f + 17fe52a commit 0a52152

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/mx.tools/suite.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
"checkstyle" : "com.oracle.truffle.tools.chromeinspector",
225225
"javaCompliance" : "17+",
226226
"workingSets" : "Tools",
227+
"jacoco" : "include",
228+
"jacocoExcludePackages" : [
229+
"com.oracle.truffle.tools.dap.types",
230+
],
227231
},
228232
"com.oracle.truffle.tools.dap.test" : {
229233
"subDir" : "src",
@@ -296,6 +300,10 @@
296300
"javaCompliance" : "17+",
297301
"annotationProcessors": ["truffle:TRUFFLE_DSL_PROCESSOR"],
298302
"workingSets": "Tools",
303+
"jacoco" : "include",
304+
"jacocoExcludePackages" : [
305+
"org.graalvm.tools.lsp.server.types",
306+
],
299307
},
300308
"org.graalvm.tools.lsp.test": {
301309
"subDir": "src",

0 commit comments

Comments
 (0)