From 2a920e568c1a9ffc8860847d2a6767165f2853b5 Mon Sep 17 00:00:00 2001 From: Dee Koder Date: Mon, 8 Aug 2016 22:14:38 -0700 Subject: [PATCH] docs: Readded code coverage badge in github Readme. (#2391) We have the fix in place to hide this on docs.minio.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9528e43f..0e8116f1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Minio Quickstart Guide [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/minio/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +# Minio Quickstart Guide [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/minio/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov](https://codecov.io/gh/minio/minio/branch/master/graph/badge.svg)](https://codecov.io/gh/minio/minio) Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.