File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 203
203
"java.compiler" # javax.annotation.processing.*
204
204
],
205
205
"checkPackagePrefix" : "false" ,
206
+ "jacoco" : "exclude" ,
206
207
"checkstyle" : "jdk.graal.compiler" ,
207
208
"javaCompliance" : "21+" ,
208
209
},
300
301
"jdk.vm.ci.code"
301
302
],
302
303
},
304
+ "jacoco" : "exclude" ,
303
305
"checkstyle" : "jdk.graal.compiler" ,
304
306
"javaCompliance" : "24+" ,
305
307
"forceJavac" : True ,
325
327
"annotationProcessors" : ["mx:JMH_1_21" ],
326
328
"spotbugsIgnoresGenerated" : True ,
327
329
"workingSets" : "Graal,Bench" ,
330
+ "jacoco" : "exclude" ,
328
331
"testProject" : True ,
329
332
"graalCompilerSourceEdition" : "ignore" ,
330
333
},
377
380
],
378
381
"checkstyle" : "jdk.graal.compiler" ,
379
382
"javaCompliance" : "21+" ,
383
+ "jacoco" : "exclude" ,
380
384
"workingSets" : "Graal,Test" ,
381
385
"graalCompilerSourceEdition" : "ignore" ,
382
386
},
413
417
"jdk.vm.ci.hotspot" ,
414
418
],
415
419
},
420
+ # Code coverage is not done when building libgraal
421
+ "jacoco" : "exclude" ,
416
422
"annotationProcessors" : [
417
423
"GRAAL_PROCESSOR" ,
418
424
],
439
445
],
440
446
},
441
447
"spotbugs" : "false" ,
448
+ "jacoco" : "exclude" ,
442
449
},
443
450
},
444
451
You can’t perform that action at this time.
0 commit comments