Skip to content

Commit d6f8703

Browse files
committed
[GR-62961] Exclude projects from coverage.
PullRequest: graal/20287
2 parents cceca32 + 4aed769 commit d6f8703

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
@@ -558,6 +558,7 @@
558558
"checkstyle" : "com.oracle.truffle.dsl.processor",
559559
"javaCompliance" : "17+",
560560
"checkstyleVersion" : "10.21.0",
561+
"jacoco" : "exclude",
561562
"workingSets" : "Truffle,Codegen",
562563
"graalCompilerSourceEdition": "ignore",
563564
},
@@ -770,6 +771,7 @@
770771
"javaCompliance" : "17+",
771772
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
772773
"workingSets" : "API,Truffle,Test",
774+
"jacoco" : "exclude",
773775
"testProject" : True,
774776
"graalCompilerSourceEdition": "ignore",
775777
},
@@ -1164,6 +1166,7 @@
11641166
"checkstyle" : "com.oracle.truffle.api",
11651167
"javaCompliance" : "17+",
11661168
"workingSets" : "Truffle,SimpleLanguage",
1169+
"jacoco" : "exclude",
11671170
"graalCompilerSourceEdition": "ignore",
11681171
},
11691172

@@ -1372,6 +1375,7 @@
13721375
"jdk.management"
13731376
],
13741377
"checkstyle" : "com.oracle.truffle.api",
1378+
"jacoco" : "exclude",
13751379
"javaCompliance" : "17+",
13761380
},
13771381

0 commit comments

Comments
 (0)