Article
in Developer
Using JaCoCo as a code coverage tool for Scala
This blog post was contributed by Ihor Uksta, a software engineer at iDalko. As test management gets more complex, developers need a way to highlight specific aspects of code which may not be adequately reviewed and require additional testing. Code Coverage is a metric that measures what percentage of your code has been executed during […]

