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.
2 parents 2ea5ba2 + dcbca59 commit 863b02dCopy full SHA for 863b02d
.github/workflows/ci-testing.yml
@@ -38,4 +38,10 @@ 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 }}
47
+ update-comment: true
.gitignore
@@ -1,5 +1,6 @@
1
.DS_Store
2
node_modules
3
+coverage
4
5
# local env files
6
.env.local
0 commit comments