You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Benjamin (Jira)" <ji...@apache.org> on 2021/02/04 13:37:00 UTC

[jira] [Created] (CAMEL-16145) camel-report-maven-plugin: coverageThreshold cannot be set

Benjamin created CAMEL-16145:
--------------------------------

             Summary: camel-report-maven-plugin: coverageThreshold cannot be set
                 Key: CAMEL-16145
                 URL: https://issues.apache.org/jira/browse/CAMEL-16145
             Project: Camel
          Issue Type: Bug
          Components: tooling
    Affects Versions: 3.7.1
            Reporter: Benjamin


By default, the coverage threshold is set to 100% for each route. According to a comment in the code, we should be able to set the threshold via the option coverageThreshold. However, the @Parameter annotation is missing before the declaration of "private byte coverageThreshold" in RouteCoverageMojo.java. Therefore, the threshold cannot be set.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)