diff --git a/README.rst b/README.rst index 844a9144..18fb5b80 100644 --- a/README.rst +++ b/README.rst @@ -16,14 +16,14 @@ Sanic | Build fast. Run fast. * - Package - | |PyPI| |PyPI version| |Wheel| |Supported implementations| |Code style black| * - Support - - | |Forums| |Join the chat at https://gitter.im/sanic-python/Lobby| |Awesome| + - | |Forums| |Discord| |Awesome| * - Stats - | |Downloads| |WkDownloads| |Conda downloads| .. |Forums| image:: https://img.shields.io/badge/forums-community-ff0068.svg :target: https://community.sanicframework.org/ -.. |Join the chat at https://gitter.im/sanic-python/Lobby| image:: https://badges.gitter.im/sanic-python/Lobby.svg - :target: https://gitter.im/sanic-python/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge +.. |Discord| image:: https://img.shields.io/discord/812221182594121728?logo=discord + :target: https://discord.gg/FARQzAEMAA .. |Codecov| image:: https://codecov.io/gh/sanic-org/sanic/branch/master/graph/badge.svg :target: https://codecov.io/gh/sanic-org/sanic .. |Build Status| image:: https://travis-ci.com/sanic-org/sanic.svg?branch=master @@ -69,6 +69,21 @@ The project is maintained by the community, for the community. **Contributions a The goal of the project is to provide a simple way to get up and running a highly performant HTTP server that is easy to build, to expand, and ultimately to scale. +Sponsor +------- + +|Try CodeStream| + +.. |Try CodeStream| image:: https://alt-images.codestream.com/codestream_logo_sanicorg.png + :target: https://codestream.com/?utm_source=github&utm_campaign=sanicorg&utm_medium=banner + :alt: Try CodeStream + +Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow. + +`Learn More `_ + +Thank you to our sponsor. Check out `open collective `_ to learn more about helping to fund Sanic. + Installation ------------ diff --git a/codecov.yml b/codecov.yml index c6e41c11..c615d563 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,4 +11,4 @@ coverage: patch: default: target: auto - threshold: 0.25% + threshold: 0.75%