You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/26 03:55:42 UTC

[GitHub] [dolphinscheduler] shink commented on a change in pull request #5817: [Fix-5781][UT] Fix test coverage in sonar

shink commented on a change in pull request #5817:
URL: https://github.com/apache/dolphinscheduler/pull/5817#discussion_r676274642



##########
File path: dolphinscheduler-microbench/pom.xml
##########
@@ -57,6 +57,13 @@
             <scope>compile</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.jacoco</groupId>
+            <artifactId>org.jacoco.agent</artifactId>
+            <classifier>runtime</classifier>
+            <scope>test</scope>
+        </dependency>
+

Review comment:
       OK. Thank you. I will revise it later.




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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