Jave-Chen commented on issue #1898: combine logback config of master/worker/alert/api server to one URL: https://github.com/apache/incubator-dolphinscheduler/pull/1898#issuecomment-582417554 UT coverage analysis need add include record at pom.xml . Like this: ``` <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> <configuration> <includes> ... <!-- add here --> <include>**/path/to/new/file.java</include> </includes> <!-- <skip>true</skip> --> </configuration> </plugin> ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
