diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-07 00:32:29 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-07 00:32:29 -0700 |
commit | e7ba89a327122b7e1971f27ef7b2350ea18292aa (patch) | |
tree | 3a540afc4c79f6e1f7c9a00c9b854b8576699c22 | |
parent | d254fe791ad57387496eb51dde92a3ec0b6e5752 (diff) | |
download | mitmproxy-e7ba89a327122b7e1971f27ef7b2350ea18292aa.tar.gz mitmproxy-e7ba89a327122b7e1971f27ef7b2350ea18292aa.tar.bz2 mitmproxy-e7ba89a327122b7e1971f27ef7b2350ea18292aa.zip |
Update 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 |