summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
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."
}