From 46d91a1f1ba8a934c9d1aca22f989f6793e91463 Mon Sep 17 00:00:00 2001 From: Michael Berlin Date: Mon, 24 Aug 2015 16:04:40 -0700 Subject: [PATCH] Github front page: Remove coverage button. The coverage button currently shows 56% coverage for our Go code in a red color. Unfortunately, this is incorrect because coverage is only tested and added up for code within the same package. However, our true coverage is much higher because we have dedicated integration test packages which cover a lot of other packages. Therefore, we'll remove the coverage button for now. Once we fixed calculating the true coverage, we can re-add it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1265b80199..b15cd3babaf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vitess

[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds) [![Coverage Status](https://coveralls.io/repos/youtube/vitess/badge.png)](https://coveralls.io/r/youtube/vitess)

+# Vitess

[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds)

Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware.