From d9041f903638f3c3bd937c0624514959a8137b25 Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Wed, 16 Dec 2020 15:01:08 -0600 Subject: [PATCH] Move coverage badge below build badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06fc4a54a..74722a42f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Hermes -[![Coverage Status](https://coveralls.io/repos/github/HDFGroup/hermes/badge.svg?branch=master)](https://coveralls.io/github/HDFGroup/hermes?branch=master) Hermes is a heterogeneous aware, multi-tiered, dynamic, and distributed I/O buffering system that aims to significantly accelerate I/O performance. See the [official site](http://www.cs.iit.edu/~scs/assets/projects/Hermes/Hermes.html) for more information. For design documents, architecture description, performance data, and individual component design, see the [wiki](https://hermes.page/index.php/Main_Page). ![Build](https://github.com/HDFGroup/hermes/workflows/GitHub%20Actions/badge.svg) +[![Coverage Status](https://coveralls.io/repos/github/HDFGroup/hermes/badge.svg?branch=master)](https://coveralls.io/github/HDFGroup/hermes?branch=master) + ## Dependencies * A C++ compiler that supports C++ 17. * [Thallium](https://mochi.readthedocs.io/en/latest/installing.html) - RPC library for HPC. Use a version greater than `0.5` for RoCE support.