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:59:33 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-06-17 15:00:19 +0300
commit61ce1ed834040272c582d873c87867795b8b0fd7 (patch)
tree0a2d09ec4cfa84bcf8ac7ec0498426dd5f761b86
parentc293ece216b9dce58eb3e6ef5dc4074518746198 (diff)
.......... [ZBXNEXT-686] updated SonarCloud configuration files
(cherry picked from commit 22670087246138f2e190cc7e0e4695113485e10f)
-rw-r--r--.github/workflows/sonarcloud-others.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/sonarcloud-others.yml b/.github/workflows/sonarcloud-others.yml
index 1df0f3cd682..787c918767a 100644
--- a/.github/workflows/sonarcloud-others.yml
+++ b/.github/workflows/sonarcloud-others.yml
@@ -21,7 +21,6 @@ jobs:
with:
args: >
-Dsonar.sources=ui/
- -Dsonar.test.exclusions=ui/tests/**/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}