From 7a8e5d10ecad2b4f6202e69571601f95669063f5 Mon Sep 17 00:00:00 2001 From: BBasile Date: Fri, 11 Jan 2019 01:41:56 +0100 Subject: [PATCH] Add codecov badge to readme (#214) Add codecov badge to readme merged-on-behalf-of: BBasile --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a75bdab..4781bdd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # D:YAML -[![image](https://travis-ci.org/dlang-community/D-YAML.svg?branch=master)](https://travis-ci.org/dlang-community/D-YAML) -[![image](https://img.shields.io/dub/v/dyaml.svg)](http://code.dlang.org/packages/dyaml) +[![travis-ci](https://travis-ci.org/dlang-community/D-YAML.svg?branch=master)](https://travis-ci.org/dlang-community/D-YAML) +[![codecov](https://codecov.io/gh/dlang-community/D-YAML/branch/master/graph/badge.svg)](https://codecov.io/gh/dlang-community/D-YAML) +[![code.dlang.org](https://img.shields.io/dub/v/dyaml.svg)](http://code.dlang.org/packages/dyaml) ## Introduction