Skip to content

Commit

Permalink
include coverage on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Nov 5, 2023
1 parent 1a4fbc3 commit 933f1e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
- run: npm ci
- run: npm run compile
- run: npm test
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir: coverage
publish_dir: ./coverage/lcov-report
1 change: 1 addition & 0 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir: docs
publish_dir: ./docs

0 comments on commit 933f1e4

Please sign in to comment.