Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 71b4e34

Browse files
committed
add coverage in github actions
1 parent e49140a commit 71b4e34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/delivery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: yarn publish --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30+
- name: Send coverage data
31+
uses: codecov/codecov-action@v2

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
run: yarn test --ci
2222
- name: Build
2323
run: yarn build
24+
- name: Send coverage data
25+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)