Skip to content

Commit b40c925

Browse files
chore: setup codecov (#19)
1 parent e323eeb commit b40c925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- name: Run unit tests
3636
run: yarn test --maxWorkers=2 --coverage
3737

38+
- name: Upload coverage reports to Codecov
39+
uses: codecov/codecov-action@v3
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
42+
3843
build-library:
3944
runs-on: ubuntu-latest
4045
steps:
@@ -46,3 +51,4 @@ jobs:
4651

4752
- name: Build package
4853
run: yarn prepare
54+

0 commit comments

Comments
 (0)