]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
add the badge in README.md and test the coveralls 561/head
authordota17 <chenguopingdota@163.com>
Mon, 30 Mar 2020 07:43:50 +0000 (15:43 +0800)
committerdota17 <chenguopingdota@163.com>
Mon, 30 Mar 2020 09:17:28 +0000 (17:17 +0800)
README.md

index 66c6eb9f03e18125be13f7067ef41422bf3a02ad..73617299acfb1c552da0b9bfe3b3aecf9f7a8ea8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,9 @@ Build Status
 * [AppVeyor Build](https://ci.appveyor.com/project/hawicz/json-c) ![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/json-c/json-c?branch=master&svg=true)
 * [Travis Build](https://travis-ci.org/json-c/json-c) ![Travis Build Status](https://travis-ci.org/json-c/json-c.svg?branch=master)
 
+Test Status
+* [Coveralls](https://coveralls.io/github/json-c/json-c?branch=master) [![Coverage Status](https://coveralls.io/repos/github/json-c/json-c/badge.svg?branch=master)](https://coveralls.io/github/json-c/json-c?branch=master)
+
 JSON-C implements a reference counting object model that allows you to easily
 construct JSON objects in C, output them as JSON formatted strings and parse
 JSON formatted strings back into the C representation of JSON objects.