You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/03/24 13:24:57 UTC

[GitHub] [ignite-3] rpuch commented on a change in pull request #651: IGNITE-16521 Collect Java code coverage

rpuch commented on a change in pull request #651:
URL: https://github.com/apache/ignite-3/pull/651#discussion_r834303051



##########
File path: parent/pom.xml
##########
@@ -112,6 +113,21 @@
         <maven.shade.plugin.version>3.2.4</maven.shade.plugin.version>
         <maven.source.plugin.version>3.2.1</maven.source.plugin.version>
         <maven.surefire.plugin.version>3.0.0-M5</maven.surefire.plugin.version>
+
+        <!-- We leave it empty so that, when jacoco does not run, the unreplaced @{argLine} does not impede the build. -->
+        <additionalTestArgLine/>
+        <commonTestArgLine>

Review comment:
       Renamed the properties, but they still contain a segment called `argLine` because it's how this is called in surefire/failsafe configuration




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org