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 cf11e5b commit fd0a075Copy full SHA for fd0a075
.github/workflows/test.yml
@@ -32,9 +32,6 @@ jobs:
32
- name: Tests
33
run: pipenv run tests
34
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
-
38
- name: SonarCloud Scan
39
uses: SonarSource/sonarqube-scan-action@v6
40
with:
0 commit comments