From d1f6b08dcd0ccc416f3af2e2b584fa21b0e845b3 Mon Sep 17 00:00:00 2001 From: Giovane Date: Mon, 21 Sep 2015 18:53:32 -0300 Subject: Fixes coverage report error --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') diff --git a/service/go b/service/go index 288e0a0f..bf515ed8 100755 --- a/service/go +++ b/service/go @@ -78,7 +78,7 @@ function runCoverageIntegration { getTrialAbsolutePath coverage run -p --source=pixelated $TRIAL_PATH --reporter=text $* test.integration coverage combine - coverage html + coverage html --ignore-errors echo "Done." } -- cgit v1.2.3