From 5181afe2b00ec5e99c6882ae17eacc1f267ecaed Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Wed, 10 Jul 2024 12:23:44 +0200 Subject: [PATCH] Fix warning in sonarqube --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 12d5055665e..08e0dd7b9b0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,4 +5,4 @@ sonar.python.version=3.10 # ignore examples for coverage and issues, these are sphinx-gallery notebook scripts # which aren't really supported by sonarqube and lead to a lot of false positives -sonar.exclusions=examples/** +sonar.exclusions=examples/**,coverage/coverage.xml