Skip to content

Commit

Permalink
test: fix sed path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordipuigbou committed Nov 23, 2023
1 parent df945d5 commit e2a7d48
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 @@ -61,7 +61,7 @@ jobs:
- name: Fix apis code coverage paths
run: |
mkdir crud/reports ; cp crud/_output/reports/coverage.xml crud/reports/coverage_fixed.xml ; sed -i 's/root/\/github\/workspace\/crud/g' crud/reports/coverage_fixed.xml
mkdir crud/reports ; cp crud/tests/_output/reports/coverage.xml crud/reports/coverage_fixed.xml ; sed -i 's/root/\/github\/workspace\/crud/g' crud/reports/coverage_fixed.xml
- name: Analyze with SonarCloud

Expand Down

0 comments on commit e2a7d48

Please sign in to comment.