Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-06-17 14:36:36 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-06-17 15:00:19 +0300
commit19d4c18c8926c9b7f728beb98ff27ccd492a9670 (patch)
tree76ac030644ecfa225dca3bbe9fe324c7202a2263
parentd6c72838b6dfc9d69d072e6a6da8ba112d23f1d5 (diff)
.......... [ZBXNEXT-686] updated SonarCloud configuration files
(cherry picked from commit 754dcd6aa8472324cbc8e2318f65484198a9a32b)
-rw-r--r--.github/workflows/sonarcloud-others.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonarcloud-others.yml b/.github/workflows/sonarcloud-others.yml
index 4ca7e0ec509..1df0f3cd682 100644
--- a/.github/workflows/sonarcloud-others.yml
+++ b/.github/workflows/sonarcloud-others.yml
@@ -21,7 +21,7 @@ jobs:
with:
args: >
-Dsonar.sources=ui/
- -Dsonar.test.exclusions=ui/tests/*, ui/tests/**/*
+ -Dsonar.test.exclusions=ui/tests/**/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}