From 8e5e53ed48d97af3dcffa4bf602cf14ab4678be6 Mon Sep 17 00:00:00 2001 From: Berry den Hartog <38954346+berrydenhartog@users.noreply.github.com> Date: Thu, 16 May 2024 10:10:04 +0000 Subject: [PATCH] Fix sonarcloud exclude pattern --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index f13b4244..e43dd7b8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -17,4 +17,4 @@ sonar.python.version=3.10,3.11,3.12 sonar.python.coverage.reportPaths=coverage.xml -sonar.coverage.exclusions=tad/migrations/* +sonar.coverage.exclusions=tad/migrations/**