Skip to content

Commit 7a51874

Browse files
committed
add coverage report saving take 4
1 parent ee29d2b commit 7a51874

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

130-
- name: Setup upterm session
131-
uses: lhotari/action-upterm@v1
132130
- name: Collect coverage report
133131
run: |
134132
mkdir -p ${{ env.COVERAGE_REPORT_PATH }}
@@ -149,7 +147,7 @@ jobs:
149147
allow-empty: true
150148
debug: true
151149
flag-name: rust-unit-test
152-
base-path: "/home/runner/work/catalyst-libs/"
150+
base-path: "/home/runner/work/catalyst-libs/catalyst-libs/"
153151
parallel: true
154152

155153
upload-coverage-report:

0 commit comments

Comments
 (0)