Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 22, 2023
1 parent ab03817 commit edb9207
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run doc
- run: npm run coverage
- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main
with:
source: core/coverage/coverage-summary.json
output: ./website/build/badges.svg

- run: cp -rp core/coverage/lcov-report ./website/build/

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand Down

0 comments on commit edb9207

Please sign in to comment.