diff --git a/.github/workflows/publish-coverage-report.yml b/.github/workflows/publish-coverage-report.yml index 0f54861b9..63d0f103a 100644 --- a/.github/workflows/publish-coverage-report.yml +++ b/.github/workflows/publish-coverage-report.yml @@ -27,12 +27,12 @@ jobs: with: workflow: modem__build-host-tests.yml workflow_conclusion: success - name: modem_coverage_report - path: modem_coverage_report_artifact + name: host_modem_test_coverage_report + path: host_modem_test_coverage_report_artifact - name: Merge HTML files run: | echo "" > index.html - cat modem_coverage_report_artifact/index.html >> index.html + cat host_modem_test_coverage_report_artifact/index.html >> index.html cat websocket_coverage_report_artifact/index.html >> index.html echo "" >> index.html mkdir coverage_report