chore(test): Add codecov badge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Falcon [](https://travis-ci.org/falconry/falcon) [](https://coveralls.io/r/falconry/falcon)
|
||||
Falcon [](https://travis-ci.org/falconry/falcon) [](http://codecov.io/github/falconry/falcon?branch=master)
|
||||
======
|
||||
|
||||
:runner: Come hang out with us in **#falconframework** on freenode.
|
||||
@@ -27,7 +27,7 @@ Falcon is a [high-performance Python framework][home] for building cloud APIs. I
|
||||
|
||||
### Features ###
|
||||
|
||||
* Highly-optimized, extensible code base
|
||||
* Highly-optimized, extensible code base
|
||||
* Intuitive routing via URI templates and resource classes
|
||||
* Easy access to headers and bodies through request and response classes
|
||||
* Does not use WebOb (some of us do indeed consider this a feature)
|
||||
@@ -107,7 +107,7 @@ the community is responsible for creating a positive, constructive, and
|
||||
productive culture.
|
||||
|
||||
[Discussions are archived](http://librelist.com/browser/falcon)
|
||||
for posterity.
|
||||
for posterity.
|
||||
|
||||
Finally, you can always ask questions in **#falconframework** on freenode. The community is very friendly and helpful.
|
||||
|
||||
|
||||
@@ -436,5 +436,5 @@ permissions and limitations under the License.
|
||||
:height: 20
|
||||
.. |Build Status| image:: https://travis-ci.org/falconry/falcon.svg
|
||||
:target: https://travis-ci.org/falconry/falcon
|
||||
.. |Coverage Status| image:: https://coveralls.io/repos/falconry/falcon/badge.svg?branch=master
|
||||
:target: https://coveralls.io/r/falconry/falcon
|
||||
.. |Coverage Status| image:: http://codecov.io/github/falconry/falcon/coverage.svg?branch=master
|
||||
:target: http://codecov.io/github/falconry/falcon?branch=master
|
||||
|
||||
Reference in New Issue
Block a user