diff --git a/.drone.yml b/.drone.yml index 52ffc10..f070f81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: build image: golang:latest commands: - - go test -v -short -cover -coverprofile=coverage.txt -coverpkg=$(go list) . + - go test -v -cover -coverprofile=coverage.txt -covermode=atomic -coverpkg=$(shell go list) -race . - name: coverage image: plugins/codecov