From 9b2c80babbee2926b1209469fa3b7dfba3ee4833 Mon Sep 17 00:00:00 2001 From: rhysd Date: Fri, 2 Oct 2015 03:13:44 +0900 Subject: [PATCH] add coverage status to document --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2b626c..9bf2caf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ `d.ts` generator using JSON API response ======================================== [![Build Status](https://travis-ci.org/rhysd/api-dts.svg)](https://travis-ci.org/rhysd/api-dts) +[![Coverage Status](https://coveralls.io/repos/rhysd/api-dts/badge.svg?branch=master&service=github)](https://coveralls.io/github/rhysd/api-dts?branch=master) `api-dts` is a generator for TypeScript programmer who use some JSON APIs. API response JSON has too many fields to write the type definition for it manually. `api-dts` generates such an annoying type definition automatically.