Skip to content

Commit 5dafc55

Browse files
committed
add coverage report saving take 9
1 parent 395a244 commit 5dafc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-allure-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Normalize coverage report paths
138138
run: |
139-
sed -i -e 's/SF:\/root/SF:build/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
139+
sed -i -e 's/SF:\/root\/build/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
140140
141141
- name: Setup upterm session
142142
uses: lhotari/action-upterm@v1

0 commit comments

Comments
 (0)