diff options
author | Ned Batchelder <nedbat@gmail.com> | 2018-02-21 00:50:07 +0000 |
---|---|---|
committer | Ned Batchelder <nedbat@gmail.com> | 2018-02-21 00:50:07 +0000 |
commit | 3692cf8a07ec75a6c08eb20603d0a6aa2bf69429 (patch) | |
tree | 3551f3173cb2ccfd6a5e87d8908f8b92463814a1 | |
parent | 9552e3d1c9f054203f577ef0ef697ef836d504b8 (diff) | |
parent | e00f04edd11bff44860f8f5315e52cb8f02468af (diff) | |
download | python-coveragepy-git-3692cf8a07ec75a6c08eb20603d0a6aa2bf69429.tar.gz |
Merged in salty_horse/coveragepy/salty_horse/use-https-for-codecovio-image-1519130663808 (pull request #137)
Use https for codecov.io image
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,8 +102,8 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. .. |license| image:: https://img.shields.io/pypi/l/coverage.svg :target: https://pypi.python.org/pypi/coverage :alt: License -.. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2 - :target: http://codecov.io/github/nedbat/coveragepy?branch=master +.. |codecov| image:: https://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2 + :target: https://codecov.io/github/nedbat/coveragepy?branch=master :alt: Coverage! .. |saythanks| image:: https://img.shields.io/badge/saythanks.io-%E2%98%BC-1EAEDB.svg :target: https://saythanks.io/to/nedbat |