From 79614979e4287efde38269e7fac5c66f3c28f07b Mon Sep 17 00:00:00 2001 From: "M. Simon Borg" Date: Wed, 10 Apr 2019 20:04:58 -0400 Subject: [PATCH] add coveralls badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65b6f5d..d7a1aa1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Yamlixir [![Build Status](https://travis-ci.org/msimonborg/yamlixir.svg?branch=master)](https://travis-ci.org/msimonborg/yamlixir) +[![Coverage Status](https://coveralls.io/repos/github/msimonborg/yamlixir/badge.svg?branch=master)](https://coveralls.io/github/msimonborg/yamlixir?branch=master) A simple YAML decoder for Elixir.