rickchengx opened a new pull request, #11212:
URL: https://github.com/apache/dolphinscheduler/pull/11212

   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   
   ## Purpose of the pull request
   
   <!--(For example: This pull request adds checkstyle plugin).-->
   
   To exclude the `Lombok` generated code during the coverage tests and make 
the code coverage results of `Sonar` more meaningful.
   #11074 
   
   ## Brief change log
   
   add a `lombok.config` file in the root of the project and add the config 
below:
   ```
   lombok.addLombokGeneratedAnnotation = true
   ```
   which makes Lombok to add @lombok.Generated annotation to all generated 
methods so that Jacoco will automatically ignore the lombok auto generated code.
   
   <!--*(for example:)*
     - *Add maven-checkstyle-plugin to root pom.xml*
   -->
   ## Verify this pull request
   
   <!--*(Please pick either of the following options)*-->
   
   This pull request is code cleanup without any test coverage.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to