laurentgo commented on pull request #11069:
URL: https://github.com/apache/arrow/pull/11069#issuecomment-914912166


   >  Could you please explain the main benefits of jacoco over sure-fire?
   It's actually 2 very different sets of plugins:
   - surefire (and failsafe) are in charge of executing unit tests (resp 
integration tests) written by developers. Those plugins only manage test 
executions but do not capture test coverage
   - jacoco plugin is an agent added to the JVM when surefire (and failsafe) 
tests are running to capture the coverage, along with several mojos to actual 
generate reports.


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