We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4512dad commit 37e735dCopy full SHA for 37e735d
.github/workflows/build.yml
@@ -37,7 +37,10 @@ jobs:
37
run: yarn install --frozen-lockfile --non-interactive
38
39
- name: Unit tests
40
- run: yarn test --ci
+ run: yarn test --ci --coverage
41
+
42
+ - name: Upload coverage to Codecov
43
+ uses: codecov/codecov-action@v2
44
45
lint:
46
name: Lint
.gitignore
@@ -1,4 +1,5 @@
1
build/
2
+coverage/
3
node_modules/
4
npm-debug.log
5
lib/
0 commit comments