Test Failed
Push — master ( a3c5bb...ab4ffc )
by Patrick D
50s
created

Checkout Config

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

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

Repository Config

# language: php

# tests: true