From 6d10fa12b4aa0d8a0f5db9304272cdc865b3a6f3 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Thu, 5 Dec 2024 16:51:48 +0100 Subject: [PATCH] Add sonar config --- sonar-project.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..e56bafe --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,5 @@ +sonar.projectKey=sonar.projectKey=cta-observatory_sonar-test_AZOXeA48AfB1AuE28Rx8 +sonar.language=python +sonar.python.coverage.reportPaths=coverage/coverage.xml +sonar.python.version=3.10 +sonar.exclusions=coverage/coverage.xml