We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2259a89 commit 395a244Copy full SHA for 395a244
.github/workflows/generate-allure-report.yml
@@ -134,12 +134,9 @@ jobs:
134
cp **/*${{ env.COVERAGE_EXT }} ${{ env.COVERAGE_REPORT_PATH }}
135
ls ${{ env.COVERAGE_REPORT_PATH }}
136
137
- - name: Setup upterm session
138
- uses: lhotari/action-upterm@v1
139
-
140
- name: Normalize coverage report paths
141
run: |
142
- sed -i -e 's/SF:\/root/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
+ sed -i -e 's/SF:\/root/SF:build/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
143
144
- name: Setup upterm session
145
uses: lhotari/action-upterm@v1
0 commit comments