Skip to content

jorisoudejans/blazinandthegoons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88613cf · Jun 24, 2016
Jun 23, 2016
Jun 19, 2016
Jun 17, 2016
Jun 16, 2016
Jun 23, 2016
Jun 23, 2016
May 26, 2016
May 11, 2016
Jun 17, 2016
Jun 1, 2016
May 7, 2016
Jun 17, 2016
Jun 19, 2016
May 11, 2016
May 6, 2016
May 27, 2016
Apr 24, 2016
Apr 29, 2016

Repository files navigation

Blazin and the Goons

Contextproject MMS

Setup instructions

The following section describes command to run various things

Simple test

sbt test

Tests with coverage

As a code coverage tool, the project uses JaCoCo to get a coverage report together with the jacoco4sbt plugin. In order to run it, use sbt jacoco:cover The report can be found at {root}/target/scala-2.11/jacoco/index.html

Findbugs

In order to generate a report, execute sbt findbugs

The report will be in {$project-root}/target/scala-2.11/findbugs/report.html

The configuration includes all java classes and ignores bugs created by the Play framework implementation (mostly Ebean)