File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11exe = cmd/operator/*
22cmd = operator
3- TRAVIS_TAG ?= "0.0.0"
43
54.PHONY : deps lint test integration integration-windows git-hooks init
65
2625 $(info INFO: Starting build $@ )
2726 go test ` go list ./... | grep -v examples`
2827
29- test-windows :
30- $(info INFO: Starting build $@ )
31- go test .
32-
3328test-coverage :
3429 $(info INFO: Starting build $@ )
3530 go test -coverprofile c.out ` go list ./... | grep -v examples`
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://app.travis-ci.com/commander-cli/cmd.svg?branch=master )] ( https://travis-ci.org/commander-cli/cmd )
21[ ![ GoDoc] ( https://godoc.org/github.com/commander-cli/cmd?status.svg )] ( https://godoc.org/github.com/commander-cli/cmd )
32[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/af3487439a313d580619/test_coverage )] ( https://codeclimate.com/github/commander-cli/cmd/test_coverage )
43[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/af3487439a313d580619/maintainability )] ( https://codeclimate.com/github/commander-cli/cmd/maintainability )
You can’t perform that action at this time.
0 commit comments