From 790577e792f6d0c3b47fd75aced1251f49051e37 Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Thu, 10 Jan 2019 20:51:55 +0800 Subject: [PATCH] Add codecov badge --- README.md | 1 + README_zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d9b74b77c..e0da1d6ec 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [中文文档](./README_zh.md) - [![Build Status](https://travis-ci.org/aliyun/aliyun-openapi-cpp-sdk.svg?branch=master)](https://travis-ci.org/aliyun/aliyun-openapi-cpp-sdk) +- [![codecov](https://codecov.io/gh/aliyun/aliyun-openapi-cpp-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/aliyun-openapi-cpp-sdk) The Alibaba Cloud C++ Software Development Kit (SDK) allows you to access Alibaba Cloud services such as Elastic Compute Service (ECS), Server Load Balancer (SLB), and CloudMonitor. You can access Alibaba Cloud services without the need to handle API related tasks, such as signing and constructing your requests. diff --git a/README_zh.md b/README_zh.md index fa1d8defd..d190a4b8c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,6 +1,7 @@ # 阿里云开发者C++工具套件 - [![Build Status](https://travis-ci.org/aliyun/aliyun-openapi-cpp-sdk.svg?branch=master)](https://travis-ci.org/aliyun/aliyun-openapi-cpp-sdk) +- [![codecov](https://codecov.io/gh/aliyun/aliyun-openapi-cpp-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/aliyun-openapi-cpp-sdk) 欢迎使用阿里云开发者工具套件(SDK)。