I managed to build our tests with help of this tutorial https://confluence.atlassian.com/display/CLOVER/Using+Clover+with+Maven+Tycho+Plugin, coverage data is generated, but there is one small problem:
All tests that are being run with @Parameterized annotation are failing with
java.lang.NoClassDefFound: junit/runner/TestRunListener
From what I've found so far the exception is comming from JUnitParameterizedTestSniffer that is injected by clover.
Do you have any idea how to fix this?
We're using maven3, tycho 0.22, java7, junit 4.11.