Skip to content

Commit 720cf25

Browse files
committed
exclude more projects from jacoco
1 parent 067f3ff commit 720cf25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

compiler/mx.compiler/suite.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@
203203
"java.compiler" # javax.annotation.processing.*
204204
],
205205
"checkPackagePrefix": "false",
206+
"jacoco" : "exclude",
206207
"checkstyle" : "jdk.graal.compiler",
207208
"javaCompliance" : "21+",
208209
},
@@ -300,6 +301,7 @@
300301
"jdk.vm.ci.code"
301302
],
302303
},
304+
"jacoco" : "exclude",
303305
"checkstyle" : "jdk.graal.compiler",
304306
"javaCompliance" : "24+",
305307
"forceJavac": True,
@@ -325,6 +327,7 @@
325327
"annotationProcessors" : ["mx:JMH_1_21"],
326328
"spotbugsIgnoresGenerated" : True,
327329
"workingSets" : "Graal,Bench",
330+
"jacoco" : "exclude",
328331
"testProject" : True,
329332
"graalCompilerSourceEdition": "ignore",
330333
},
@@ -377,6 +380,7 @@
377380
],
378381
"checkstyle" : "jdk.graal.compiler",
379382
"javaCompliance" : "21+",
383+
"jacoco" : "exclude",
380384
"workingSets" : "Graal,Test",
381385
"graalCompilerSourceEdition": "ignore",
382386
},
@@ -413,6 +417,8 @@
413417
"jdk.vm.ci.hotspot",
414418
],
415419
},
420+
# Code coverage is not done when building libgraal
421+
"jacoco" : "exclude",
416422
"annotationProcessors" : [
417423
"GRAAL_PROCESSOR",
418424
],
@@ -439,6 +445,7 @@
439445
],
440446
},
441447
"spotbugs": "false",
448+
"jacoco" : "exclude",
442449
},
443450
},
444451

0 commit comments

Comments
 (0)