ADD:: Added dashboard

added controller class and functionality to switch between sections
This commit is contained in:
Sem van der Hoeven
2019-03-11 14:05:26 +01:00
parent 2e1becbe32
commit aabe922f8f
8 changed files with 186 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ dependencies {
}
jacoco {
toolVersion = "0.8.2"
toolVersion = "0.8.3"
reportsDir = file("$buildDir/customJacocoReportDir")
}
@@ -70,4 +70,8 @@ jacocoTestReport {
}
}
checkstyle {
toolVersion = "7.6.1"
}