This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 6be3494b79e Regen
6be3494b79e is described below
commit 6be3494b79ed7059113fc9f9e195486722dc9948
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jul 27 12:56:09 2025 +0200
Regen
---
docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
index 12a97453e5f..f3a513e7e1c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
@@ -226,6 +226,9 @@ such as by declaring the following Maven dependency in your
pom.xml file:
</dependency>
----
+IMPORTANT: Only regular `@Test` methods are supported.
+For example using `@ParameterizedTest` can lead to inaccurate results reported.
+
=== Enabling route coverage
You can enable route coverage while running unit tests either by: