From a10d58d78a1a501f1a44b3032e5e5645df0e73c7 Mon Sep 17 00:00:00 2001 From: Ray Chan Date: Thu, 5 Sep 2024 20:42:34 +0800 Subject: [PATCH] Remove unused files (#302) - sonar-project.properties - .github/workflows/sonar.yaml --- .github/workflows/sonar.yaml | 17 ----------------- sonar-project.properties | 8 -------- 2 files changed, 25 deletions(-) delete mode 100644 .github/workflows/sonar.yaml delete mode 100644 sonar-project.properties diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml deleted file mode 100644 index df30d49d..00000000 --- a/.github/workflows/sonar.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# This is a template `sonar.yaml` file for ops charms -# This file is managed by bootstack-charms-spec and should not be modified -# within individual charm repos. https://launchpad.net/bootstack-charms-spec - -name: SonarCloud -on: - workflow_run: - workflows: - - PR workflow running lint checkers, unit and functional tests - types: [completed] - -jobs: - sonar: - uses: canonical/bootstack-actions/.github/workflows/sonar.yaml@main - secrets: inherit - with: - workflow-name: PR workflow running lint checkers, unit and functional tests diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 0010cbec..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1,8 +0,0 @@ -sonar.projectKey=hardware-observer-operator -sonar.organization=bootstack-devops -sonar.python.version=3 -sonar.python.coverage.reportPaths=tests/unit/report/coverage.xml -sonar.sources = src/ -sonar.tests = tests/ -sonar.test.inclusions = test/** -sonar.coverage.exclusions=tests/**, docs/**, contrib/**, *