diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-06-08 09:19:25 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-06-08 09:19:25 +1200 |
commit | db11fe0087776c2bf5d95f5aeb751c6c35d67f4b (patch) | |
tree | 1aab054770dee86506a1897093dde2d35489a0de /README.rst | |
parent | ba466dbb358eba223c49fbe602a667aa1a3c7459 (diff) | |
parent | eb680e7764ec902518bc66e4d5c7667326ed5811 (diff) | |
download | mitmproxy-db11fe0087776c2bf5d95f5aeb751c6c35d67f4b.tar.gz mitmproxy-db11fe0087776c2bf5d95f5aeb751c6c35d67f4b.tar.bz2 mitmproxy-db11fe0087776c2bf5d95f5aeb751c6c35d67f4b.zip |
Merge branch 'master' into beautiful-json
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ mitmproxy ^^^^^^^^^ -|travis| |coveralls| |latest_release| |python_versions| +|travis| |coverage| |latest_release| |python_versions| This repository contains the **mitmproxy** and **pathod** projects, as well as their shared networking library, **netlib**. @@ -141,8 +141,8 @@ good reason not to. :target: https://travis-ci.org/mitmproxy/mitmproxy :alt: Build Status -.. |coveralls| image:: https://shields.mitmproxy.org/coveralls/mitmproxy/mitmproxy/master.svg - :target: https://coveralls.io/r/mitmproxy/mitmproxy +.. |coverage| image:: https://codecov.io/gh/mitmproxy/mitmproxy/branch/master/graph/badge.svg + :target: https://codecov.io/gh/mitmproxy/mitmproxy :alt: Coverage Status .. |latest_release| image:: https://shields.mitmproxy.org/pypi/v/mitmproxy.svg |