Skip to content

Commit ee29d2b

Browse files
committed
debug
1 parent 08bee98 commit ee29d2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
with:
128128
name: coverage-reports
129129

130+
- name: Setup upterm session
131+
uses: lhotari/action-upterm@v1
130132
- name: Collect coverage report
131133
run: |
132134
mkdir -p ${{ env.COVERAGE_REPORT_PATH }}
@@ -137,7 +139,6 @@ jobs:
137139
- name: Normalize coverage report paths
138140
run: |
139141
sed -i -e 's/SF:\/root/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
140-
# sed -i -e 's/SF:/SF:rust\/tests\/api_tests\//g' ${{ env.COVERAGE_REPORT_PATH }}/api-tests.coverage.info
141142
142143
- name: Coveralls
143144
env:

0 commit comments

Comments
 (0)