From feddade9bf0e2be55494e92cf908beeb5fb7e50b Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Thu, 9 Mar 2017 19:32:46 -0500 Subject: [PATCH] add coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc65fa7..93ec816 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Introduction [![Build Status][ciimg]][ci] [![GoDoc][docimg]][doc] +[![Coverage Status](https://coveralls.io/repos/github/kylelemons/gousb/badge.svg?branch=coverage)](https://coveralls.io/github/kylelemons/gousb?branch=coverage) The gousb package is an attempt at wrapping the libusb library into a Go-like binding.