Backend CI
Compare changes
+ 12
− 0
@@ -60,6 +60,17 @@ jacocoTestReport {
@@ -79,3 +90,4 @@ tasks.withType(com.github.spotbugs.SpotBugsTask) {
In this merge request, an initial version of the GitLab Continuous Integration is added, which specifies jobs for the backend testing suite using Jacoco, as well as coding standards using PMD, Checkstyle and SpotBugs.