Skip to content

Commit 395a244

Browse files
committed
add coverage report saving take 8
1 parent 2259a89 commit 395a244

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,9 @@ jobs:
134134
cp **/*${{ env.COVERAGE_EXT }} ${{ env.COVERAGE_REPORT_PATH }}
135135
ls ${{ env.COVERAGE_REPORT_PATH }}
136136
137-
- name: Setup upterm session
138-
uses: lhotari/action-upterm@v1
139-
140137
- name: Normalize coverage report paths
141138
run: |
142-
sed -i -e 's/SF:\/root/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
139+
sed -i -e 's/SF:\/root/SF:build/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
143140
144141
- name: Setup upterm session
145142
uses: lhotari/action-upterm@v1

0 commit comments

Comments
 (0)