ignore coverage reports
This commit is contained in:
parent
1540f115bd
commit
c68636966d
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@ etc/alicelg/alice.conf
|
||||
|
||||
.DS_Store
|
||||
|
||||
*coverage*
|
||||
|
||||
|
@ -43,3 +43,7 @@ clean:
|
||||
rm -f rice-box.go
|
||||
rm -f $(PROG)-osx-$(ARCH)
|
||||
rm -f $(PROG)-linux-$(ARCH)
|
||||
|
||||
coverage:
|
||||
go test -coverprofile=coverage.out
|
||||
go tool cover -func=coverage.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user