ignore coverage reports

This commit is contained in:
Matthias Hannig 2017-06-30 11:12:01 +02:00
parent 1540f115bd
commit c68636966d
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -32,3 +32,5 @@ etc/alicelg/alice.conf
.DS_Store
*coverage*

View File

@ -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