From 44f08e6bbd105263d24f9e661df05465ca06b504 Mon Sep 17 00:00:00 2001 From: Ryan Plessner Date: Wed, 7 Jan 2015 00:38:03 -0500 Subject: [PATCH] added travis and coveralls badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d68f453..3055913 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Cover +[![Build Status](https://travis-ci.org/florence/cover.svg?branch=master)](https://travis-ci.org/florence/cover) +[![Coverage Status](https://coveralls.io/repos/florence/cover/badge.png?branch=master)](https://coveralls.io/r/florence/cover?branch=master) This library is a supplement to rackets `raco test` that adds code coverage capabilities.