From adfa0dd1aae30150c43a3af81a0cb2c2e96fc843 Mon Sep 17 00:00:00 2001 From: Bruce Date: Tue, 2 Apr 2024 11:25:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 147fb5a29..8fbfccc43 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![windows-vs2022](https://github.com/sniper00/moon/actions/workflows/windows-vs2022.yml/badge.svg)](https://github.com/sniper00/moon/actions/workflows/windows-vs2022.yml) -[Static Analysis (SonarCloud)](https://sonarcloud.io/summary/overall?id=sniper00_moon) proposes C++ quality improvements. +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sniper00_moon&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=sniper00_moon) # Moon Moon is a lightweight game server framework based on the actor model. One worker thread can have one or more actors (services), which communicate with each other through message queues. There are many features for game server development: