From 8ffb7479d6477c5bf226fb5063880990f3c8ad30 Mon Sep 17 00:00:00 2001 From: ucpr Date: Fri, 29 Dec 2023 03:22:11 +0900 Subject: [PATCH] docs: add badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 716ada8..3c0bf49 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ## Mongo Streamer +[![Maintainability](https://api.codeclimate.com/v1/badges/f8e9ab8cbf1325a177e9/maintainability)](https://codeclimate.com/github/ucpr/mongo-streamer/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/f8e9ab8cbf1325a177e9/test_coverage)](https://codeclimate.com/github/ucpr/mongo-streamer/test_coverage) +[![CI](https://github.com/ucpr/mongo-streamer/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/ucpr/mongo-streamer/actions/workflows/ci.yaml) +[![CodeQL](https://github.com/ucpr/mongo-streamer/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/ucpr/mongo-streamer/actions/workflows/github-code-scanning/codeql) + MongoStreamer is a system that can watch MongoDB ChangeStreams and transfer them to any service in real time. ⚠️ This project is experimental and under development.