From 07916e18312f7f7f4f9534d6656173afb8dfd02d Mon Sep 17 00:00:00 2001 From: eliflores Date: Fri, 10 Oct 2025 15:08:23 +0200 Subject: [PATCH] chore(ci): remove the patching of source path for sonarcloud --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bdbbd7..f55e951 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,9 +32,6 @@ jobs: - name: Tests run: pipenv run tests - - name: Patch Coverage Source Path for SonarCloud - run: sed -i 's/\/home\/runner\/work\/coding-katas-python\/coding-katas-python\//\/github\/workspace\//g' coverage-reports/coverage.xml - - name: SonarCloud Scan uses: SonarSource/sonarqube-scan-action@v6 with: