Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2015-04-15 19:11:41 +0300
committerMilo Yip <miloyip@gmail.com>2015-04-15 19:11:41 +0300
commite857b082fbef19e0234ecda50bcb6d5e021a2960 (patch)
tree4d13026d37945907d6fe56c2659a4ed3dc6c9241 /readme.md
parent75ee552f49d1c0a41dbdf610b5debeecf3f9b51b (diff)
Update readme.md
Add coverall badges
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 13148647..8a7264f9 100644
--- a/readme.md
+++ b/readme.md
@@ -13,14 +13,16 @@ Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights
## Build status
-| [Linux][lin-link] | [Windows][win-link] |
-| :---------------: | :-----------------: |
-| ![lin-badge] | ![win-badge] |
+| [Linux][lin-link] | [Windows][win-link] | [Coveralls][cov-link] |
+| :---------------: | :-----------------: | :-------------------: |
+| ![lin-badge] | ![win-badge] | ![cov-badge] |
-[lin-badge]: https://travis-ci.org/miloyip/rapidjson.png "Travis build status"
+[lin-badge]: https://travis-ci.org/miloyip/rapidjson.png?branch=master "Travis build status"
[lin-link]: https://travis-ci.org/miloyip/rapidjson "Travis build status"
-[win-badge]: https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master?svg=true "AppVeyor build status"
+[win-badge]: https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master "AppVeyor build status"
[win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status"
+[cov-badge]: https://coveralls.io/repos/miloyip/rapidjson/badge.png?branch=master
+[cov-link]: https://coveralls.io/r/miloyip/rapidjson?branch=master
## Introduction