Skip to content

Commit f63e294

Browse files
authored
Fix sonar coverage on merge main (openwallet-foundation#3388)
Signed-off-by: jamshale <[email protected]>
1 parent c5cf736 commit f63e294

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sonar-merge-main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
python-version: "3.12"
2020
os: "ubuntu-latest"
2121
is_pr: "false"
22-
- name: Adjust Test Coverage Source
23-
run: |
24-
# Need to change source in coverage report because it was generated from another context
25-
sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml
2622
- name: SonarCloud Scan
2723
uses: SonarSource/sonarcloud-github-action@master
2824
env:

0 commit comments

Comments
 (0)