From 4b76bbd0824773997ac226b7e33636d009815038 Mon Sep 17 00:00:00 2001 From: Robert Betts Date: Tue, 5 Sep 2023 07:58:08 +0100 Subject: [PATCH] update badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f6d4c76..a1760cf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ ## A Distributed Event Driven Service Mesh +[![codecov](https://codecov.io/gh/robertbetts/nuropb/branch/main/graph/badge.svg?token=DVSBZY794D)](https://codecov.io/gh/robertbetts/nuropb) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![CodeFactor](https://www.codefactor.io/repository/github/robertbetts/nuropb/badge)](https://www.codefactor.io/repository/github/robertbetts/nuropb) +[![License: MIT](https://img.shields.io/pypi/l/giteo)](https://www.apache.org/licenses/LICENSE-2.0.txt) + You have a Python class that you want to make available as a service to consumers. * You potentially want to scale this service horizontally many times over, likely at an unknown scale. * Your service may need to communicate to other services too