Passed
Push — master ( 865b1a...025d1d )
by Marvin
02:30
created

Checkout Config

checks:
    go: true
build:
  environment:
    go: go1.9.2
  nodes:
    analysis:
      tests:
        override:
          - go-scrutinizer-run
          - govet-run
          - golint-run
    coverage:
      tests:
        override:
          -
            command: go test -coverprofile=cover.out
            coverage:
              file: 'cover.out'
              format: 'go-cc'

Repository Config

checks:
    go: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            environment:
                go:
                    version: go1.9.2
            tests:
                override:
                    - go-scrutinizer-run
                    - govet-run
                    - golint-run
        tests:
            environment:
                go:
                    version: go1.9.2