Skip to content

Commit 4d6e5dd

Browse files
ci(common): fixed github page publish path
1 parent 6714220 commit 4d6e5dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-coverage-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
with:
2828
workflow: modem__build-host-tests.yml
2929
workflow_conclusion: success
30-
name: modem_coverage_report
31-
path: modem_coverage_report_artifact
30+
name: host_modem_test_coverage_report
31+
path: host_modem_test_coverage_report_artifact
3232
- name: Merge HTML files
3333
run: |
3434
echo "<html><body>" > index.html
35-
cat modem_coverage_report_artifact/index.html >> index.html
35+
cat host_modem_test_coverage_report_artifact/index.html >> index.html
3636
cat websocket_coverage_report_artifact/index.html >> index.html
3737
echo "</body></html>" >> index.html
3838
mkdir coverage_report

0 commit comments

Comments
 (0)