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'
# language: php # tests: true