From 9d5005e8ba380e55872a5e8171aeb068fed7a071 Mon Sep 17 00:00:00 2001 From: Ko-Lung Yuan Date: Mon, 8 May 2017 03:06:02 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bc5bac..395e698 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ tinp ===== [![Build Status](https://travis-ci.org/dokelung/tinp.png?branch=master)](https://travis-ci.org/dokelung/tinp) +[![Coverage Status](https://coveralls.io/repos/github/dokelung/tinp/badge.svg?branch=master)](https://coveralls.io/github/dokelung/tinp?branch=master) Builtin function ``input`` does not support scan formatted. Also, its return value can only be string. Users should do extra parsing actions and type conversions to get what they want.