Remove BPA from Makefile
[icn.git] / cmd / bpa-operator / vendor / github.com / emicklei / go-restful / coverage.sh
1 go test -coverprofile=coverage.out
2 go tool cover -html=coverage.out