Skip to content

Commit

Permalink
script: deploy coverage report pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Aug 25, 2024
1 parent 6d76a3e commit 2f4a0e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ jobs:
- name: Collect coverage data
working-directory: ${{ github.workspace }}/llvm/llvm-cov-build
run: cmake --build . --target generate-coverage-report

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ${{ github.workspace }}/llvm/llvm-cov-build/report

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 2f4a0e3

Please sign in to comment.