for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: go: true build: environment: go: go1.9.2 nodes: analysis: tests: override: - go-scrutinizer-run - govet-run - command: go test -coverprofile=cover.out coverage: file: 'cover.out' format: 'go-cc'
# language: php # tests: true