Skip to content

Commit 73a8ad6

Browse files
committed
exclude more projects from jacoco
1 parent 87f88bb commit 73a8ad6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/mx.compiler/suite.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
"jdk.vm.ci.meta",
335335
],
336336
},
337+
"jacoco" : "exclude",
337338
"checkstyle": "jdk.graal.compiler",
338339
"javaCompliance" : "21+",
339340
"javaPreviewNeeded": "21+",
@@ -443,6 +444,7 @@
443444
],
444445
"checkstyle" : "jdk.graal.compiler",
445446
"javaCompliance" : "21+",
447+
"jacoco" : "exclude",
446448
"workingSets" : "Graal,Test",
447449
"graalCompilerSourceEdition": "ignore",
448450
},
@@ -456,6 +458,7 @@
456458
],
457459
"checkstyle" : "jdk.graal.compiler",
458460
"javaCompliance" : "21+",
461+
"jacoco" : "exclude",
459462
"graalCompilerSourceEdition": "ignore",
460463
},
461464

0 commit comments

Comments
 (0)