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 395a244 commit 5dafc55Copy full SHA for 5dafc55
.github/workflows/generate-allure-report.yml
@@ -136,7 +136,7 @@ jobs:
136
137
- name: Normalize coverage report paths
138
run: |
139
- sed -i -e 's/SF:\/root/SF:build/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
+ sed -i -e 's/SF:\/root\/build/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
140
141
- name: Setup upterm session
142
uses: lhotari/action-upterm@v1
0 commit comments