We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cf285 commit 69bc11bCopy full SHA for 69bc11b
1 file changed
Makefile
@@ -13,17 +13,14 @@ scribecmd:
13
scribevulnpolicy:
14
$(GO) install github.com/mozilla/scribe/scribevulnpolicy
15
16
-runtests: scribetests gotests
+runtests: gotests
17
18
gotests:
19
$(GO) test -v -covermode=count -coverprofile=coverage.out github.com/mozilla/scribe
20
21
showcoverage: gotests
22
$(GO) tool cover -html=coverage.out
23
24
-scribetests: $(PROJS)
25
- cd test && SCRIBECMD=$$(which scribecmd) $(MAKE) runtests
26
-
27
lint:
28
$(GOLINT) $(PROJECT)
29
@@ -41,4 +38,4 @@ clean:
41
38
rm -f bin/*
42
39
cd test && $(MAKE) clean
43
40
44
-.PHONY: $(PROJS) runtests gotests showcoverage scribetests lint vet clean
+.PHONY: $(PROJS) runtests gotests showcoverage lint vet clean
0 commit comments