File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ coverage:
11
11
threshold : 1%
12
12
flags :
13
13
- x6
14
+ x6-common :
15
+ threshold : 1%
16
+ flags :
17
+ - x6-common
14
18
x6-geometry :
15
19
threshold : 1%
16
20
flags :
21
25
paths :
22
26
# filter the folder(s) you wish to measure by that flag
23
27
- packages/x6
28
+ x6-common :
29
+ paths :
30
+ - packages/x6-common
24
31
x6-geometry :
25
32
paths :
26
33
- packages/x6-geometry
Original file line number Diff line number Diff line change @@ -44,10 +44,13 @@ jobs:
44
44
${{ runner.os }}-pnpm-store-
45
45
46
46
- name : 🚧 Install dependencies
47
- run : pnpm install --no-frozen-lockfile
47
+ run : pnpm install --no-frozen-lockfile --ignore-scripts
48
+
49
+ - name : 📦 build
50
+ run : pnpm run build
48
51
49
52
- name : ✅ Test
50
- run : yarn test
53
+ run : pnpm run test
51
54
52
55
- name : 🔑 Generate Token
53
56
uses : wow-actions/use-app-token@v1
67
70
token : ${{ secrets.CODECOV_TOKEN }}
68
71
files : ./packages/x6/test/coverage/lcov.info
69
72
flags : x6
73
+ - name : 💡 Codecov(x6-common)
74
+ uses : codecov/codecov-action@v1
75
+ with :
76
+ token : ${{ secrets.CODECOV_TOKEN }}
77
+ files : ./packages/x6-common/test/coverage/lcov.info
78
+ flags : x6-common
70
79
- name : 💡 Codecov(x6-geometry)
71
80
uses : codecov/codecov-action@v1
72
81
with :
You can’t perform that action at this time.
0 commit comments