summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/gen-coverage.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/gen-coverage.sh b/ci/gen-coverage.sh
index e2f057bf..f19594dd 100644
--- a/ci/gen-coverage.sh
+++ b/ci/gen-coverage.sh
@@ -15,16 +15,3 @@ genhtml \
cd _coverage
rm -f ./*.lcov
-
-cat >index.html <<EOL
-<html>
-<head><title>at-spi2-core Coverage</title></head>
-<body>
-<div>
-<ul>
-<li><a href="coverage/index.html">Coverage report</a></li>
-</ul>
-</div>
-</body>
-</html>
-EOL