From db9ac8859abea37a22c7bc25e8e105e5b9a84048 Mon Sep 17 00:00:00 2001 From: Javier Kohen Date: Fri, 12 Jul 2019 16:44:08 -0400 Subject: [PATCH] Added Travis and Coveralls badges. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1243be46..133a1583 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ This repository contains a sidecar for the Prometheus server that can send metrics to Stackdriver. This is based on [this design](docs/design.md). +[![Build Status](https://travis-ci.com/Stackdriver/stackdriver-prometheus-sidecar.svg?branch=master)](https://travis-ci.com/Stackdriver/stackdriver-prometheus-sidecar) +[![Coverage Status](https://coveralls.io/repos/github/Stackdriver/stackdriver-prometheus-sidecar/badge.svg?branch=master)](https://coveralls.io/github/Stackdriver/stackdriver-prometheus-sidecar?branch=master) + ## Installation To install the sidecar on a local machine run: