From 3baa776515bccb2e8e298e6060b3517f91d3b28c Mon Sep 17 00:00:00 2001 From: Mark Ryan Date: Tue, 12 Dec 2017 12:06:13 +0000 Subject: [PATCH] Add badges to the README.md file This commit adds three badges to the README.md file - Goreportcard - Godoc - Travis Signed-off-by: Mark Ryan --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b86409a9ed..0e8e2d23ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Virtual Machine Manager for Go +[![Go Report Card](https://goreportcard.com/badge/github.com/intel/govmm)](https://goreportcard.com/report/github.com/intel/govmm) +[![Build Status](https://travis-ci.org/intel/govmm.svg?branch=master)](https://travis-ci.org/intel/govmm) +[![GoDoc](https://godoc.org/github.com/intel/govmm/qemu?status.svg)](https://godoc.org/github.com/intel/govmm/qemu) + Virtual Machine Manager for Go (govmm) is a suite of packages that provide Go APIs for creating and managing virtual machines. There's currently support for only one hypervisor, qemu/kvm, support for which