From 2a36312e7b6e3df347dd4912b9a8cef776f10973 Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Thu, 23 Jan 2025 17:00:41 +0100 Subject: [PATCH] removed guis from coverage tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c037834281..febf43e056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2420,7 +2420,7 @@ jobs: -Dsonar.cfamily.cache.enabled=${SONAR_CFAMILY_CACHE_ENABLED} \ -Dsonar.coverageReportPaths=build/coverage.xml \ -Dsonar.junit.reportPaths=build/JUnitTestResults.xml \ - -Dsonar.exclusions="src/yarp*/**/* src/carriers/**/* src/devices/**/* src/idls/**/* src/libyarp*/**/* src/robottestingframework-plugins/**/* tests/**/*" \ + -Dsonar.exclusions="src/yarp*/**/* src/guis/* src/carriers/**/* src/devices/**/* src/idls/**/* src/libyarp*/**/* src/robottestingframework-plugins/**/* tests/**/*" \ -Dsonar.coverage.exclusions="\ src/libYARP_dev/src/yarp/dev/tests/*,\ src/devices/*/tests/*,\ @@ -2428,6 +2428,7 @@ jobs: src/portmonitors/*/tests/*,\ tests/**/*,\ src/yarp*/**/*,\ + src/guis/*,\ robottestingframework-plugins/**/*\ " \ -Dsonar.branch.longLivedBranches.regex="^(master|yarp-.+)$" \