Skip to content

Commit

Permalink
Merge pull request #421 from gabsuren/fix_github_publish
Browse files Browse the repository at this point in the history
fix(ci):fixed GitHub page publish path
  • Loading branch information
gabsuren authored Nov 9, 2023
2 parents 6714220 + 4d6e5dd commit e6fa2f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<html><body>" > 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 "</body></html>" >> index.html
mkdir coverage_report
Expand Down

0 comments on commit e6fa2f8

Please sign in to comment.