From ddd44189a9e683770dbb70c90f78c639865b8674 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 10 Jun 2016 18:28:29 -0700 Subject: [PATCH] Fix coverage reporting on GitHub homepage. The previous Markdown syntax didn't work correctly on ReadTheDocs, and now that we have Coveralls reporting backend test coverage as well, describing our coverage as just "mypy static type" is no longer accurate. Fixes #964. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index b73c863754..bc892b8405 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,7 @@ missed-message emails, desktop apps, and much more. Further information on the Zulip project and its features can be found at https://www.zulip.org. -[![Build Status][1]][2] - -[Mypy][5] static typing [![Coverage Status][3]][4] - -[1]: https://travis-ci.org/zulip/zulip.svg?branch=master -[2]: https://travis-ci.org/zulip/zulip -[3]: https://coveralls.io/repos/github/zulip/zulip/badge.svg?branch=master -[4]: https://coveralls.io/github/zulip/zulip?branch=master -[5]: http://mypy-lang.org/ +[![Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip) [![Coverage Status](https://coveralls.io/repos/github/zulip/zulip/badge.svg?branch=master)](https://coveralls.io/github/zulip/zulip?branch=master) ## Installing the Zulip Development environment