Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • badge-status
2 results

scala-sbt

  • Clone with SSH
  • Clone with HTTPS
  • 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.