Skip to content

Commit 422fc80

Browse files
committed
[GR-62689] Fix Truffle coverage run.
PullRequest: graal/20219
2 parents 2e20bdc + 76de72f commit 422fc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truffle/ci/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
truffle_common + linux_amd64 + common.oraclejdk21 + common.deps.eclipse + common.deps.jdt + guard + {
189189
name: "weekly-truffle-coverage-21-linux-amd64",
190190
run: [
191-
["mx", "--strict-compliance", "gate", "--strict-mode", "--jacoco-relativize-paths", "--jacoco-omit-src-gen", "--jacocout", "coverage", "--jacoco-format", "lcov", "build,fulltest"],
191+
["mx", "--strict-compliance", "gate", "--strict-mode", "--jacoco-relativize-paths", "--jacoco-omit-src-gen", "--jacocout", "coverage", "--jacoco-format", "lcov", "--tags", "build,fulltest"],
192192
],
193193
teardown+: [
194194
["mx", "sversions", "--print-repositories", "--json", "|", "coverage-uploader.py", "--associated-repos", "-"],

0 commit comments

Comments
 (0)