Sample Scala/SBT application
A sample application to demonstrate Scala/SBT continuous integration in Gitlab.
Start by reading the documentation for this example.
Versions
Code
The project content is based on the Activator minimal-scala
template.
Prerequisites
You will need to have Scala and sbt installed to run the project.
Run tests
Execute sbt test
in the project root directory.
Measure test coverage
Execute sbt clean coverage test coverageReport
.