summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/.coveragerc3
-rwxr-xr-xservice/go2
2 files changed, 1 insertions, 4 deletions
diff --git a/service/.coveragerc b/service/.coveragerc
index 6f970475..e411cd6e 100644
--- a/service/.coveragerc
+++ b/service/.coveragerc
@@ -2,6 +2,3 @@
branch = True
source = pixelated
omit = test/*
-
-[report]
-ingore-errors = True
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."
}