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 37af607 commit 1d80c9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
run: |
cd packages/${{ matrix.package }}
pnpm run test:coverage
cp -r coverage ../..
cd ..
cd ..
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand All @@ -46,4 +49,4 @@ jobs:
name: codecov-umbrella

- name: Update Coverage Badge
uses: './.github/actions/badge'
uses: we-cli/coverage-badge-action@main

0 comments on commit 1d80c9f

Please sign in to comment.