From af2b8cb7684ec1355f596801d63dd06eddc59b92 Mon Sep 17 00:00:00 2001 From: Johan LEROY Date: Fri, 18 Sep 2026 14:28:50 +0200 Subject: [PATCH] =?UTF-8?q?ci(sonar):=20d=C3=A9clenche=20l'analyse=20quand?= =?UTF-8?q?=20sonar-project.properties=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le fichier pilote le périmètre, la classification des tests et les rapports de couverture, mais il ne figurait pas dans les paths du workflow : un commit qui ne touchait que lui laissait le quality gate figé sur son verdict précédent. --- .github/workflows/sonarqube.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index b5a07eb..bf1a34a 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -6,11 +6,13 @@ on: - "apps/frontend/**" - "apps/backend/**" - ".github/workflows/sonarqube.yml" + - "sonar-project.properties" pull_request: paths: - "apps/frontend/**" - "apps/backend/**" - ".github/workflows/sonarqube.yml" + - "sonar-project.properties" # Build l'ensemble du projet, puis lance les tests