From 1b7a10b5643d7d833df2fb5627921fedde1ceaa2 Mon Sep 17 00:00:00 2001 From: Tiago Ferraz Date: Thu, 12 Feb 2015 11:44:04 -0200 Subject: Adding Coverage Commands to service/go Added unit and integration coverage generation command and a combination of both coverage in go script. --- service/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'service/.gitignore') diff --git a/service/.gitignore b/service/.gitignore index 2a85c8d7..f1cd03b6 100644 --- a/service/.gitignore +++ b/service/.gitignore @@ -1,4 +1,7 @@ .virtualenv/ +.venv/ soledad-test/ build/ test/perf/**/results +.coverage +htmlcov/ -- cgit v1.2.3