Support coverage report.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-07-20 14:13:30 +08:00
parent b6b4d2042b
commit 3f2c6a3147
3 changed files with 34 additions and 4 deletions

View File

@@ -9,4 +9,6 @@ sed -i"" -e "s/localhost/redis/g" config/config.go
sed -i"" -e "s/localhost/redis/g" config/config_test.go
sed -i"" -e "s/localhost/redis/g" gorush/status_test.go
sed -i"" -e "s/localhost/redis/g" storage/redis/redis_test.go
make install && make test
make install
make coverage
make report