Skip to content

Commit 1854379

Browse files
committed
sonarcloud.yml fix 4
1 parent 1187314 commit 1854379

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ jobs:
4444
--cov=task_manager \
4545
--cov-report=xml \
4646
--junitxml=reports/junit.xml
47-
48-
- name: Fix coverage paths
49-
run: |
50-
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.xml
47+
sed -i 's|<source>/home/runner/work/python-project-52/python-project-52</source>|<source>.</source>|g' coverage.xml
5148
5249
- name: SonarCloud Scan
5350
uses: SonarSource/sonarcloud-github-action@v2

0 commit comments

Comments
 (0)