summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-07-29 11:32:15 +0200
committerPhil Jones <philip.graham.jones@googlemail.com>2020-07-29 17:33:27 +0100
commit22dd2526522e24de4fad60e27d81bb28ee45c3b2 (patch)
tree6c3b95dc3f04201e461b11ce06ab28e48386b7dc /README.rst
parent06aa5c9e63c4a8e0146c33f0abf14e8f7caf3945 (diff)
replace TravisCI with GitHub Actions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1def340..7e88d61 100644
--- a/README.rst
+++ b/README.rst
@@ -2,10 +2,20 @@
hyper-h2: HTTP/2 Protocol Stack
===============================
-.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png
+.. image:: https://github.com/python-hyper/hyper-h2/workflows/CI/badge.svg
+ :target: https://github.com/python-hyper/hyper-h2/actions
+ :alt: Build Status
+.. image:: https://codecov.io/gh/python-hyper/hyper-h2/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/python-hyper/hyper-h2
+ :alt: Code Coverage
+.. image:: https://readthedocs.org/projects/hyper-h2/badge/?version=latest
+ :target: https://hyper-h2.readthedocs.io/en/latest/
+ :alt: Documentation Status
+.. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg
+ :target: https://gitter.im/python-hyper/community
+ :alt: Chat community
-.. image:: https://travis-ci.org/python-hyper/hyper-h2.svg?branch=master
- :target: https://travis-ci.org/python-hyper/hyper-h2
+.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png
This repository contains a pure-Python implementation of a HTTP/2 protocol
stack. It's written from the ground up to be embeddable in whatever program you