From 2bda1d59688d02969e337c2ad60389c6b042ab47 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 13 Jul 2021 11:54:24 +0200 Subject: [PATCH] badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7e6229b..cc927e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Matrix Webhook +![Tests](https://github.com/nim65s/matrix-webhook/actions/workflows/test/badge.svg) +![Lints](https://github.com/nim65s/matrix-webhook/actions/workflows/lint/badge.svg) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![codecov](https://codecov.io/gh/nim65s/matrix-webhook/branch/master/graph/badge.svg?token=BLGISGCYKG)](https://codecov.io/gh/nim65s/matrix-webhook) + Post a message to a matrix room with a simple HTTP POST ## Configuration