Skip to content

Commit

Permalink
chore(root): add report coverage to Codecov into workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jul 16, 2021
1 parent 6373c01 commit a23de61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:

- name: Run test cases
run: cd packages/varlet-ui && yarn test

- name: Report coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a23de61

Please sign in to comment.