Skip to content

Commit

Permalink
Fixed overwrite of test.out output
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Apr 22, 2016
1 parent 4ed3e7a commit 9ebd424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go test -v -covermode=atomic -coverprofile=./cov/conf.out ./conf
go test -v -covermode=atomic -coverprofile=./cov/log.out ./logger
go test -v -covermode=atomic -coverprofile=./cov/server.out ./server
go test -v -covermode=atomic -coverprofile=./cov/test.out ./test
go test -v -covermode=atomic -coverprofile=./cov/test.out -coverpkg=./server ./test
go test -v -covermode=atomic -coverprofile=./cov/test2.out -coverpkg=./server ./test
gocovmerge ./cov/*.out > acc.out
rm -rf ./cov

Expand Down

0 comments on commit 9ebd424

Please sign in to comment.