Skip to content

Commit d999433

Browse files
committed
[GR-61861] Exclude more projects from jacoco.
PullRequest: graal/19988
2 parents 2e6bef7 + 73a8ad6 commit d999433

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
@@ -333,6 +333,7 @@
333333
"jdk.vm.ci.meta",
334334
],
335335
},
336+
"jacoco" : "exclude",
336337
"checkstyle": "jdk.graal.compiler",
337338
"javaCompliance" : "21+",
338339
"javaPreviewNeeded": "21+",
@@ -442,6 +443,7 @@
442443
],
443444
"checkstyle" : "jdk.graal.compiler",
444445
"javaCompliance" : "21+",
446+
"jacoco" : "exclude",
445447
"workingSets" : "Graal,Test",
446448
"graalCompilerSourceEdition": "ignore",
447449
},
@@ -455,6 +457,7 @@
455457
],
456458
"checkstyle" : "jdk.graal.compiler",
457459
"javaCompliance" : "21+",
460+
"jacoco" : "exclude",
458461
"graalCompilerSourceEdition": "ignore",
459462
},
460463

0 commit comments

Comments
 (0)