From 63196f994e8ad3b2885bae21a892108d00115422 Mon Sep 17 00:00:00 2001 From: Lukas Streckeisen Date: Fri, 27 Jun 2025 16:38:14 +0200 Subject: [PATCH 1/2] add status badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 488c7b4..cd40e2a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ > **_NOTE:_** This language server is a proof of concept and does not support all Context Mapper features yet. +[![CML language server build](https://github.com/ContextMapper/context-mapper-language-server/actions/workflows/build.yml/badge.svg)](https://github.com/ContextMapper/context-mapper-language-server/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ContextMapper_context-mapper-intellij-plugin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ContextMapper_context-mapper-intellij-plugin) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + [Context Mapper](https://contextmapper.org/) is an open source tool providing a Domain-specific Language based on Domain-Driven Design (DDD) patterns for context mapping and service decomposition. ## System Requirements From 69fbe96f73321489aafe003c789737f126e2c497 Mon Sep 17 00:00:00 2001 From: Lukas Streckeisen Date: Fri, 27 Jun 2025 16:39:57 +0200 Subject: [PATCH 2/2] use correct sonarcloud badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd40e2a..2e73fbc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > **_NOTE:_** This language server is a proof of concept and does not support all Context Mapper features yet. -[![CML language server build](https://github.com/ContextMapper/context-mapper-language-server/actions/workflows/build.yml/badge.svg)](https://github.com/ContextMapper/context-mapper-language-server/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ContextMapper_context-mapper-intellij-plugin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ContextMapper_context-mapper-intellij-plugin) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![CML language server build](https://github.com/ContextMapper/context-mapper-language-server/actions/workflows/build.yml/badge.svg)](https://github.com/ContextMapper/context-mapper-language-server/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ContextMapper_context-mapper-language-server&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ContextMapper_context-mapper-language-server) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [Context Mapper](https://contextmapper.org/) is an open source tool providing a Domain-specific Language based on Domain-Driven Design (DDD) patterns for context mapping and service decomposition.