Skip to content

Commit 84900f8

Browse files
authored
Remove Sonar Cloud monorepo configuration (#1447)
1 parent 050e7d6 commit 84900f8

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

.github/workflows/coverage_reporting.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ jobs:
7272
if: ${{ failure() }}
7373
run: .github/workflows/artifact-k8s-logs.sh
7474

75-
- name: remove sockets before archiving logs
76-
if: ${{ failure() }}
77-
run: find /tmp/receptor-testing -name controlsock -delete
78-
79-
- name: Artifact receptor data
80-
uses: actions/upload-artifact@v4.4.3
81-
if: ${{ failure() }}
82-
with:
83-
name: test-logs
84-
path: /tmp/receptor-testing
85-
8675
- name: Archive receptor binary
8776
uses: actions/upload-artifact@v4.4.3
8877
with:
@@ -106,4 +95,4 @@ jobs:
10695
uses: actions/upload-artifact@v4
10796
with:
10897
name: receptorctl-coverage-report
109-
path: receptorctl_coverage.xml
98+
path: receptorctl/receptorctl_coverage.xml

receptorctl/sonar-project.properties

Lines changed: 0 additions & 48 deletions
This file was deleted.

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Do not duplicate or reuse!
1010
# Available characters: [a-zA-Z0-9_:\.\-]
1111
# Must have least one non-digit.
12-
sonar.projectKey=ansible-automation-platform_receptor
12+
sonar.projectKey=ansible_receptor
1313
sonar.organization=ansible
1414

1515
# Project metadata

0 commit comments

Comments
 (0)