aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-02-26 22:51:24 +0100
committerGravatar Joseph <[email protected]>2018-02-26 21:51:24 +0000
commit8a4953763f095345c420d2a35e21d4f65bfb80e2 (patch)
tree3f7fb09315818cce7fe03183c45f7920d98878fd
parentremove snekchek and replace with flake8 (#27) (diff)
fixes the coverage badge to point to the master branch (#29)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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