build: tests: override: - command: gradle jacocoTestReport coverage: file: 'build/reports/tests/index.html' format: 'jacoco'
filter: paths: - src/main/kotlin/ - src/test/kotlin/ - src/jmh/kotlin/ build: nodes: analysis: environment: docker: remote_engine: true tests: override: - command: java-sonar-run use_website_config: true tests: true checks: java: code_rating: true