Skip to content

Commit

Permalink
feat: test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aelf-lxy committed Jul 29, 2024
1 parent 4309d17 commit 335a999
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
source: packages/${{ matrix.package }}/coverage/coverage-summary.json
output: packages/${{ matrix.package }}/coverage/badge.svg

- name: Upload coverage badge
uses: actions/upload-artifact@v2
with:
name: coverage-badge-${{ matrix.package }}
path: packages/${{ matrix.package }}/coverage/badge.svg

# - name: Generate coverage badge
# run: |
# npm i coverage-badges-cli -g
Expand Down

0 comments on commit 335a999

Please sign in to comment.