diff --git a/.drone.yml b/.drone.yml index dd484a4..b90ee66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ build: - GO15VENDOREXPERIMENT=1 - CGO_ENABLED=0 commands: - - go test -cover -coverprofile ./... coverage.out + - go test -cover -coverprofile coverage.out publish: coverage: