Skip to content

Commit fd0a075

Browse files
authored
chore(ci): remove the patching of source path for sonarcloud (#52)
Co-authored-by: eliflores <eliflores@users.noreply.github.com>
1 parent cf11e5b commit fd0a075

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
- name: Tests
3333
run: pipenv run tests
3434

35-
- name: Patch Coverage Source Path for SonarCloud
36-
run: sed -i 's/\/home\/runner\/work\/coding-katas-python\/coding-katas-python\//\/github\/workspace\//g' coverage-reports/coverage.xml
37-
3835
- name: SonarCloud Scan
3936
uses: SonarSource/sonarqube-scan-action@v6
4037
with:

0 commit comments

Comments
 (0)