From 8a4953763f095345c420d2a35e21d4f65bfb80e2 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Mon, 26 Feb 2018 22:51:24 +0100 Subject: fixes the coverage badge to point to the master branch (#29) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5e70d45d..f689aabe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python Discord website -[![Build Status](https://travis-ci.org/discord-python/site.svg?branch=master)](https://travis-ci.org/discord-python/site) [![Coverage Status](https://coveralls.io/repos/github/discord-python/site/badge.svg?branch=unit-testing)](https://coveralls.io/github/discord-python/site?branch=unit-testing) +[![Build Status](https://travis-ci.org/discord-python/site.svg?branch=master)](https://travis-ci.org/discord-python/site) [![Coverage Status](https://coveralls.io/repos/github/discord-python/site/badge.svg?branch=master)](https://coveralls.io/github/discord-python/site?branch=master) ### See the wiki for details -- cgit v1.2.3