We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebf088 commit 5c7b87bCopy full SHA for 5c7b87b
1 file changed
Makefile
@@ -37,7 +37,7 @@ compile:
37
38
coverage:
39
go test -race -covermode=atomic -coverprofile=c.out ./...
40
- sed -i '/^github.com\/cloudcloud\/auto-docs\/server\/auto-docs\/assets.go.*/d' c.out
+ sed -i '/^github.com\/cloudcloud\/auto-docs\/auto-docs\/server\/assets.go.*/d' c.out
41
go tool cover -html=c.out -o cover.html
42
43
# at this time, there's no watch enabled for the go binary
0 commit comments