Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Github front page: Remove coverage button.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michael-berlin committed Aug 24, 2015
1 parent 2bb7808 commit 46d91a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vitess <p align="right">[![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)</p>
# Vitess <p align="right">[![Build Status](https://travis-ci.org/youtube/vitess.svg?branch=master)](https://travis-ci.org/youtube/vitess/builds)</p>

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

0 comments on commit 46d91a1

Please sign in to comment.