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.
2 parents 6714220 + 4d6e5dd commit e6fa2f8Copy full SHA for e6fa2f8
.github/workflows/publish-coverage-report.yml
@@ -27,12 +27,12 @@ jobs:
27
with:
28
workflow: modem__build-host-tests.yml
29
workflow_conclusion: success
30
- name: modem_coverage_report
31
- path: modem_coverage_report_artifact
+ name: host_modem_test_coverage_report
+ path: host_modem_test_coverage_report_artifact
32
- name: Merge HTML files
33
run: |
34
echo "<html><body>" > index.html
35
- cat modem_coverage_report_artifact/index.html >> index.html
+ cat host_modem_test_coverage_report_artifact/index.html >> index.html
36
cat websocket_coverage_report_artifact/index.html >> index.html
37
echo "</body></html>" >> index.html
38
mkdir coverage_report
0 commit comments