File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,16 @@ 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+
137140 - name : Normalize coverage report paths
138141 run : |
139142 sed -i -e 's/SF:\/root/SF:rust/g' ${{ env.COVERAGE_REPORT_PATH }}/cat-libs.coverage.info
140143
144+ - name : Setup upterm session
145+ uses : lhotari/action-upterm@v1
146+
141147 - name : Coveralls
142148 env :
143149 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -150,9 +156,6 @@ jobs:
150156 base-path : " /home/runner/work/catalyst-libs/catalyst-libs/"
151157 parallel : true
152158
153- - name : Setup upterm session
154- uses : lhotari/action-upterm@v1
155-
156159 upload-coverage-report :
157160 name : Upload coverage report
158161 needs : [generate-coverage-report]
You can’t perform that action at this time.
0 commit comments