私はmavenマルチモジュールプロジェクトを持っています。
root:
moduleA/ # no unit tests
moduleB/ # no unit tests
moduleC/ # no unit tests
tests/ # All unit tests, since depends on modules A, B and C
すべてのテストは tests/ という単一のモジュールにあり、すべてのコードは別のモジュールにあります。
コード カバレッジを取得する方法はありますか?