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 Oct 2, 2023
1 parent fb91af8 commit ca7265c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- run: npm run build
- run: npm run coverage

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main

- name: Create idoc config.
run: |
cat > idoc.yml << EOF
Expand All @@ -39,6 +36,11 @@ jobs:
- run: idoc
- run: cp -rp coverage/lcov-report ./dist/lcov-report

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main
with:
output: dist/badges.svg

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

0 comments on commit ca7265c

Please sign in to comment.