We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea5ba2 commit b9d79e5Copy full SHA for b9d79e5
.github/workflows/ci-testing.yml
@@ -38,4 +38,9 @@ jobs:
38
run: yarn install --frozen-lockfile
39
40
- name: Unit Test
41
- run: yarn run test:unit
+ 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 }}
.gitignore
@@ -1,5 +1,6 @@
1
.DS_Store
2
node_modules
3
+coverage
4
5
# local env files
6
.env.local
0 commit comments