Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 678 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 678 Bytes

Getting Started

  1. Run sbt from root directory to enter the interactive mode.

  2. Start the server by using re-start or run.

  3. Run scoverage by ;clean;coverage;test. This is good for Scala code.

  4. Run jacoco by jacoco:cover for Java and Scala code, but with quirks.

  5. URLs:

  6. Console URL: http://localhost:8080/adm

Most important - have fun!