mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
docs: Readded code coverage badge in github Readme. (#2391)
We have the fix in place to hide this on docs.minio.io
This commit is contained in:
parent
9c7f75d1e7
commit
2a920e568c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue