Skip to content

Commit 8e78c2f

Browse files
committed
chore: 🤖 Enabled Semantic Release
1 parent 7e9a528 commit 8e78c2f

File tree

3 files changed

+11890
-11751
lines changed

3 files changed

+11890
-11751
lines changed

‎.github/workflows/publish.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@ jobs:
4242
run: yarn lint
4343

4444
- name: Test
45-
run: yarn test
45+
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
4655
4756
- name: Publish
4857
run: yarn release

‎.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

0 commit comments

Comments
 (0)