diff --git a/README.md b/README.md index 3b24450..715cae6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # DASstore: an object storage for Distributed Acoustic Sensing [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![DOI](https://zenodo.org/badge/566535376.svg)](https://zenodo.org/badge/latestdoi/566535376)[![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)]() +[![DOI](https://zenodo.org/badge/566535376.svg)](https://zenodo.org/badge/latestdoi/566535376) [![codecov](https://codecov.io/github/niyiyu/DASstore/graph/badge.svg?token=AO893P0KQG)](https://codecov.io/github/niyiyu/DASstore) +[![client io test](https://github.com/niyiyu/DASstore/actions/workflows/test.yaml/badge.svg)](https://github.com/niyiyu/DASstore/actions/workflows/test.yaml) ## Overview This work introduce a new storage solution for distributed acoustic sensing (DAS) data. We introduce object storage that has been widely used in commercial cloud storage (AWS S3, Azure Blob, etc.) to a local data server. Instead of hosting data in the HDF5 format, we proposed hosting DAS data in the Zarr format that is optimized for cloud environment.