Open
Description
Measuring what is (not) tested helps to improve the test suite further.
Test Coverage per statement can be measured with scoverage, which has an sbt plugin. We should measure the unit tests, and if possible also the e2e tests.
Maybe https://coveralls.io helps to get insights from the results. It can be integrated with an sbt plugin.