Skip to content

Commit 17fe52a

Browse files
committed
[GR-62963] Exclude LSP and DAP protocol implementation pacakes, which are generated, from jacoco coverage.
PullRequest: graal/21013
2 parents b6bc72f + ac4e372 commit 17fe52a

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)