From a755baef1564d793691747ce23e208fc24bf558d Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 21 Apr 2025 15:02:22 +0200 Subject: [PATCH] Remove redundant Sonar test exclusions from CI config. The test exclusions were overly broad and unnecessary as the tests are handled properly without them. This change simplifies the configuration while maintaining the intended functionality. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10b7e59..46af6ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,6 @@ sonarcloud_scan: -Dsonar.branch.name=develop \ -Dsonar.projectBaseDir=${CI_PROJECT_DIR} \ -Dsonar.tests=src/test/java \ - -Dsonar.test.exclusions=src/test/**,src/test/**/*,src/test/java/**/*,src/test/resources/**/* \ -Dsonar.exclusions=docs/** \ -Dsonar.java.binaries=target/classes only: