diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..b9e15e08 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: test +# run go tests with coverage +test: + go test ./... -coverprofile=coverage.out -covermode=atomic