Skip to content

Commit 4aed769

Browse files
committed
Exclude projects from coverage.
1 parent 967da6c commit 4aed769

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

truffle/mx.truffle/suite.py

+4
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@
582582
"checkstyle" : "com.oracle.truffle.dsl.processor",
583583
"javaCompliance" : "17+",
584584
"checkstyleVersion" : "10.21.0",
585+
"jacoco" : "exclude",
585586
"workingSets" : "Truffle,Codegen",
586587
"graalCompilerSourceEdition": "ignore",
587588
},
@@ -771,6 +772,7 @@
771772
"javaCompliance" : "17+",
772773
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
773774
"workingSets" : "API,Truffle,Test",
775+
"jacoco" : "exclude",
774776
"testProject" : True,
775777
"graalCompilerSourceEdition": "ignore",
776778
},
@@ -1165,6 +1167,7 @@
11651167
"checkstyle" : "com.oracle.truffle.api",
11661168
"javaCompliance" : "17+",
11671169
"workingSets" : "Truffle,SimpleLanguage",
1170+
"jacoco" : "exclude",
11681171
"graalCompilerSourceEdition": "ignore",
11691172
},
11701173

@@ -1373,6 +1376,7 @@
13731376
"jdk.management"
13741377
],
13751378
"checkstyle" : "com.oracle.truffle.api",
1379+
"jacoco" : "exclude",
13761380
"javaCompliance" : "17+",
13771381
},
13781382

0 commit comments

Comments
 (0)