jihoonson edited a comment on pull request #10171:
URL: https://github.com/apache/druid/pull/10171#issuecomment-657137101


   ```
   Diff coverage statistics:
   
------------------------------------------------------------------------------
   |     lines      |    branches    |   functions    |   path
   
------------------------------------------------------------------------------
   |   0% (0/18)    |   0% (0/8)     |   0% (0/4)     | 
org/apache/druid/server/coordination/ServerManagerForQueryRetryTest.java
   |   0% (0/34)    |   0% (0/6)     |   0% (0/3)     | 
org/apache/druid/cli/MainForQueryRetryTest.java
   
------------------------------------------------------------------------------
   
   Total diff coverage:
   
    - lines: 0% (0/52)
    - branches: 0% (0/14)
    - functions: 0% (0/7)
   
   ERROR: Insufficient line coverage of 0% (0/52). Required 50%.
   ERROR: Insufficient branch coverage of 0% (0/14). Required 50%.
   ```
   
   The code coverage bot doesn't like missing tests for the classes I added for 
testing. Those classes were added in `integration-tests` module, and I think we 
can ignore this report.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to