Skip to content

Commit

Permalink
Merge pull request #19 from FriedRiceNoodles/ci/workflows
Browse files Browse the repository at this point in the history
ci: added Codecov to workflow
  • Loading branch information
FriedRiceNoodles authored Feb 22, 2024
2 parents 21a939f + a67d696 commit cb75a4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
# 测试
- name: Test
run: pnpm test

# 生成覆盖率报告
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: FriedRiceNoodles/banana-ui

# 构建文档
- name: Build with dumi
run: pnpm docs:build
Expand Down

0 comments on commit cb75a4e

Please sign in to comment.