java-and-scala

Coverage

View Coverage Report

Source Code

Java and Scala

This is my little playground project where I

Setting up the project in IntelliJ IDEA

  1. install the Scala plugin
  2. clone and open the project
  3. In the settings, enable “sbt shell” for project load and builds sbt usage
  4. run sbt compile
  5. run sbt test
  6. to generate coverage reports, run sbt coverage test coverageReport

Troubleshooting

Coverage Report

For the coverage report to work in GitHub, make sure the branch gh-pages exists.