This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 6fc4d0dd7b36 chore(ci): attempt to exclude test infra coverage
6fc4d0dd7b36 is described below
commit 6fc4d0dd7b36122569e7dee8b5df96a0c73ab881
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Mar 5 10:05:42 2026 +0100
chore(ci): attempt to exclude test infra coverage
Ref CAMEL-22965
---
test-infra/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test-infra/pom.xml b/test-infra/pom.xml
index 7d0f4ab17fe2..11b1f7c206cb 100644
--- a/test-infra/pom.xml
+++ b/test-infra/pom.xml
@@ -34,6 +34,8 @@
<properties>
<!-- Vulnerability scan only enabled in non testing modules -->
<dependency-check.skip>true</dependency-check.skip>
+ <!-- don't need coverage for testing infra -->
+ <jacoco.skip>true</jacoco.skip>
</properties>
<modules>