From 3ac1ea8dbbf6d6e9b3fddbfc97c647f7e0333774 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Thu, 16 Nov 2023 14:12:58 +0100 Subject: [PATCH] chore: fix tests path for sonar --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index d2a1621..10a00a9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -61,7 +61,7 @@ jobs: # mandatory -Dsonar.projectKey=jordipuigbou_behave-test -Dsonar.organization=jordipuigbou - -Dsonar.tests=**/_output/reports/junit*.xml + -Dsonar.tests=apis/_output/reports/junit*.xml -Dsonar.python.coverage.reportPaths=**/_output/reports/coverage.xml # Comma-separated paths to directories containing main source files. #-Dsonar.sources= # optional, default is project base directory