Skip to content

Commit

Permalink
switch back to atomic mode in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoragrega committed Jan 26, 2021
1 parent bb10dae commit 080883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: unit vet fmt

.PHONY: unit
unit:
@go test -race -v -covermode=count -coverpkg=./... -coverprofile=$(COVERAGE_FILE) ./...
@go test -race -v -covermode=atomic -coverpkg=./... -coverprofile=$(COVERAGE_FILE) ./...

.PHONY: vet
vet:
Expand Down

0 comments on commit 080883b

Please sign in to comment.