Skip to content

Commit

Permalink
remove sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed Jan 10, 2025
1 parent 0072ec1 commit 8f1e676
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ jobs:
uses: andstor/file-existence-action@v3
with:
files: "coverage.xml"
# This is a workaround described in https://community.sonarsource.com/t/sonar-on-github-actions-with-python-coverage-source-issue/36057
- name: Override Coverage Source Path for Sonar
if: steps.check_coverage_xml.outputs.files_exists == 'true'
run: sed -i "s/<source>\/home\/runner\/work\/schematic\/schematic\/schematic<\/source>/<source>\/github\/workspace\/schematic<\/source>/g" coverage.xml
- name: SonarCloud Scan
uses: SonarSource/[email protected]
if: ${{ always() }}
Expand Down

0 comments on commit 8f1e676

Please sign in to comment.