diff --git a/Makefile b/Makefile index b244be32..ab1508b6 100644 --- a/Makefile +++ b/Makefile @@ -184,3 +184,9 @@ $(DEPENDENCIES): $(TOOLS_GOMOD) $(TOOLS_GOMOD): mkdir -p $(TOOLS_PATH) cd $(TOOLS_PATH) && $(GOCMD) mod init tools + +extra_test: + $(GOTEST) ./dummy + +test-coverage: + cat vendor/gopkg.in/src-d/go-git-fixtures.v3/fixtures.go \ No newline at end of file