diff --git a/.gitignore b/.gitignore index 98f76ab..99a1ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,3 @@ -.idea/ -vendor/ -*.iml - -build/ -dist/ - prometheus-fail2ban-exporter +coverage.txt +dist \ No newline at end of file diff --git a/Makefile b/Makefile index 6b16408..a02764a 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ PHONY+=test/unit test/unit: CGO_ENABLED=0 \ GOPROXY=$(shell go env GOPROXY) \ - go test -v -p 1 -coverprofile=coverage.txt -covermode=count -timeout 1200s ./pkg/... + go test -v -p 1 -coverprofile=coverage.txt -covermode=count -timeout 1200s ./... PHONY+=test/integration test/integration: