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 1187314 commit 1854379Copy full SHA for 1854379
.github/workflows/sonarcloud.yml
@@ -44,10 +44,7 @@ jobs:
44
--cov=task_manager \
45
--cov-report=xml \
46
--junitxml=reports/junit.xml
47
-
48
- - name: Fix coverage paths
49
- run: |
50
- sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' coverage.xml
+ sed -i 's|<source>/home/runner/work/python-project-52/python-project-52</source>|<source>.</source>|g' coverage.xml
51
52
- name: SonarCloud Scan
53
uses: SonarSource/sonarcloud-github-action@v2
0 commit comments