From 7023974233a90184600f84203ae076133516c38e Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Thu, 14 May 2015 10:14:36 -0700 Subject: [PATCH] Added badges for travis build and coverage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c9e56a61099..514575af189d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This repository is holds the samples used in the python documentation on [cloud.google.com](cloud.google.com). +[![Build Status](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/python-docs-samples) +[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/python-docs-samples/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/python-docs-samples?branch=master) + For more detailed introduction to a product, check the README in the corresponding folder. ## Contributing changes