From b27346ee7d376a2891dbb87b9c9e4d68f447843b Mon Sep 17 00:00:00 2001 From: Jan van der Pas Date: Wed, 25 Dec 2013 01:02:43 +0100 Subject: [PATCH] Add build status and coverage badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 37c41c7..02f9a17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Luhn check +[![Coverage Status](https://coveralls.io/repos/JanDintel/luhn-check/badge.png?branch=master)](https://coveralls.io/r/JanDintel/luhn-check?branch=master) +[![Build Status](https://travis-ci.org/JanDintel/luhn-check.png?branch=master)](https://travis-ci.org/JanDintel/luhn-check) + With the luhn-check gem you can validate a number with the Luhn algorithm. This is commonly used to check validity of creditcard numbers and others.