Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2023
1 parent 4ed8fa7 commit df3833b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: jaywcjlove/coverage-badges-cli@main
with:
source: coverage/coverage-summary.json
output: coverage/lcov-report/badges.svg
output: dist/badges.svg

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
with:
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
output: coverage/lcov-report/CONTRIBUTORS.svg
output: dist/CONTRIBUTORS.svg
avatarSize: 42

- run: cp -rp coverage/lcov-report ./dist
Expand Down

0 comments on commit df3833b

Please sign in to comment.