Skip to content

Commit

Permalink
Add mode: set to coverage.out
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Sep 15, 2016
1 parent 0d25320 commit 8f93e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test: lint vet imports

coverage:
rm -rf *.out
echo "mode: set" > coverage.out
go test -coverprofile=coverage.out
for i in config handler image metrics; do \
go test -coverprofile=$$i.coverage.out github.com/camptocamp/upkick/$$i; \
Expand Down

0 comments on commit 8f93e22

Please sign in to comment.