Skip to content

Commit be6274c

Browse files
committed
feat: add code cov
Signed-off-by: tony chen <tony.zq.chen@gmail.com>
1 parent 097df9f commit be6274c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Run unit tests
3131
run: yarn test --maxWorkers=2 --coverage
3232

33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v4.0.1
35+
env:
36+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
37+
3338
build:
3439
runs-on: macos-latest
3540
steps:

0 commit comments

Comments
 (0)