Skip to content

Commit 9996351

Browse files
committed
Update code coverage configuration
1 parent a023ac6 commit 9996351

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ jobs:
3535
- name: Install dependencies
3636
run: yarn
3737

38-
- name: Run the tests and generate coverage report
38+
- name: Run test coverage
3939
run: yarn test --coverage
40+
41+
- name: Upload coverage to Codecov
42+
uses: codecov/codecov-action@v1
4043
with:
4144
token: ${{ secrets.CODECOV_TOKEN }}
4245

0 commit comments

Comments
 (0)