Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 294 Bytes

File metadata and controls

16 lines (14 loc) · 294 Bytes

ultet

Building and testing

To build and test the package locally, run:

sbt clean test

How to generate Code coverage report

sbt ++{scala_version} jacoco

Code coverage will be generated on path:

{project-root}/target/scala-{scala_version}/jacoco/report/html