[
https://issues.apache.org/jira/browse/RYA-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198872#comment-16198872
]
ASF GitHub Bot commented on RYA-333:
------------------------------------
Github user jdasch commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/241#discussion_r143771929
--- Diff: pom.xml ---
@@ -151,6 +151,54 @@ under the License.
<skip.rya.it>false</skip.rya.it>
</properties>
</profile>
+
+ <!-- Enable this profile to generate a Code Coverage report with
jacoco "mvn ... -P coverage" -->
+ <profile>
+ <id>coverage</id>
--- End diff --
I view code coverage as value added, especially since we are not enforcing
a minimum coverage policy right now. There is a minor cost associated with
running it and it is conceivable that you might not want to run it as part of
the release build.
> Add a profile to enable Code Coverage for the entire project.
> -------------------------------------------------------------
>
> Key: RYA-333
> URL: https://issues.apache.org/jira/browse/RYA-333
> Project: Rya
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.2.10, 3.2.11
> Reporter: Jeff Dasch
> Assignee: Jeff Dasch
> Priority: Minor
>
> Will need to remove the jacoco definitions in various project poms.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)