Completed
Branch master (11c50c)
by Muhammed
15:36 queued 08:11
created

Checkout Config

build:
  tests:
    override:
      -
        command: gradle jacocoTestReport
        coverage:
          file: 'build/reports/tests/index.html'
          format: 'jacoco'

Repository Config

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