From 926e8d0ea66e3df8f80f0157797eb089d331ec6d Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Sun, 26 Mar 2017 18:37:57 +0200 Subject: [PATCH] point to master branch for coverage, duh... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ec816..92ae3af 100644 --- a/README.md +++ b/README.md @@ -3,7 +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) +[![Coverage Status](https://coveralls.io/repos/github/kylelemons/gousb/badge.svg?branch=master)](https://coveralls.io/github/kylelemons/gousb?branch=master) The gousb package is an attempt at wrapping the libusb library into a Go-like binding.