Skip to content

Commit 9373dad

Browse files
committed
Provide coverage report
1 parent 2ea5ba2 commit 9373dad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ jobs:
3838
run: yarn install --frozen-lockfile
3939

4040
- name: Unit Test
41-
run: yarn run test:unit
41+
run: yarn run test:unit --coverage --collectCoverageOnlyFrom ./src/**
42+
43+
- name: Report coverage
44+
uses: vebr/[email protected]
45+
with:
46+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)