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 7e9a528 commit 8e78c2fCopy full SHA for 8e78c2f
‎.github/workflows/publish.yml
@@ -42,7 +42,16 @@ jobs:
42
run: yarn lint
43
44
- name: Test
45
- run: yarn test
+ run: yarn test --coverage
46
+
47
+ - name: Send Report
48
+ uses: paambaati/[email protected]
49
+ env:
50
+ CC_TEST_REPORTER_ID: c206a2ed5aa86c7480a13634e91e440a27a98a5d134653f8ea9a7d5f987e68c3
51
+ with:
52
+ coverageLocations: |
53
+ ${{github.workspace}}/packages/core/coverage/lcov.info:lcov
54
+ ${{github.workspace}}/packages/react/coverage/lcov.info:lcov
55
56
- name: Publish
57
run: yarn release
‎.npmrc
@@ -0,0 +1 @@
1
+legacy-peer-deps=true
0 commit comments