Skip to content

Commit

Permalink
chore: 生成Locv Report
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxian496 committed Jul 25, 2023
1 parent 77aff9a commit 6a52ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/darkrai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
"npx http-server storybook-static --port 6006 --silent" \
"npx wait-on tcp:6006 && yarn test-storybook --coverage && yarn test-storybook"
- name: Locv Report
run: npx nyc report --reporter=lcov -t coverage/storybook --report-dir coverage/storybook

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2

0 comments on commit 6a52ec0

Please sign in to comment.