Is there a way to run all tests in multiple eclipse projects?
I have a project with several maven modules and you want to use emma to show me code that is not covered by any tests, and not the question in which it lies. So my idea is to run one run in emma-coverage, which includes all the tests of all my modules.
is there any way to do this?
source share