Test Failed
Push — master ( d36775...ba7121 )
by Patrick D
53s
created

Checkout Config

build:
    dependencies:
        before:
            - source .scrutinizer.setup.bash

    tests:
        override:
            -
                command: 'cd $GOPATH/src/github.com/phayes/checkstyle && go get -t ./... && gocov test ./... -race | gocov-xml > /home/scrutinizer/build/coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'
            -
                command: 'cd $GOPATH/src/github.com/phayes/checkstyle go-scrutinize > checkstyle_report.xml'
                analysis:
                    file: 'checkstyle_report.xml'
                    format: 'general-checkstyle' 

Repository Config

# language: php

# tests: true