From 00f2ef74db29b6bb0609f6cb19fe25ed7ef51d05 Mon Sep 17 00:00:00 2001 From: Lucas Amiaud Date: Fri, 19 Jan 2024 11:25:42 +0100 Subject: [PATCH] add build status in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487a27d..e597180 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PPT Templates ============= -[![Build Status](https://travis-ci.org/Coreoz/PPT-Templates.svg?branch=master)](https://travis-ci.org/Coreoz/PPT-Templates) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Coreoz_PPT-Templates&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Coreoz_PPT-Templates) PPT Template is a small templating library to generate PowerPoint presentations. This project is mainly based on [POI XSLF](https://poi.apache.org/slideshow/xslf-cookbook.html).