From 8d5eaaec6acb69c4e157bf8c75358fa71f944c62 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Fri, 2 Nov 2018 10:02:31 +0100 Subject: [PATCH] Add Codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c85e8bc..df0e5633 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Plume [![Build Status](https://travis-ci.org/Plume-org/Plume.svg?branch=master)](https://travis-ci.org/Plume-org/Plume) +# Plume [![Build Status](https://travis-ci.org/Plume-org/Plume.svg?branch=master)](https://travis-ci.org/Plume-org/Plume) [![codecov](https://codecov.io/gh/Plume-org/Plume/branch/master/graph/badge.svg)](https://codecov.io/gh/Plume-org/Plume) Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.