We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cf736 commit f63e294Copy full SHA for f63e294
.github/workflows/sonar-merge-main.yml
@@ -19,10 +19,6 @@ jobs:
19
python-version: "3.12"
20
os: "ubuntu-latest"
21
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
26
- name: SonarCloud Scan
27
uses: SonarSource/sonarcloud-github-action@master
28
env:
0 commit comments