Skip to content

Commit

Permalink
fix: sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
jordipuigbou committed Nov 23, 2023
1 parent 817ddb1 commit 4933737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: fix code coverage paths
run: |
sed -i 's/\/root/\/github\/workspace/g' apis/_output/reports/coverage.xml
sed 's/\/root/\/github\/workspace/g' apis/_output/reports/coverage.xml > apis/_output/reports/coverage_fixed.xml ; cat apis/_output/reports/coverage_fixed.xml > apis/_output/reports/coverage.xml; rm apis/_output/reports/coverage_fixed.xml
- name: Archive apis artifacts before clean
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4933737

Please sign in to comment.