Commit 59e2653 1 parent 7b067de commit 59e2653 Copy full SHA for 59e2653
File tree 4 files changed +947
-11
lines changed
4 files changed +947
-11
lines changed Original file line number Diff line number Diff line change
1
+ settings :
2
+ # https://github.com/codechecks/monorepo/blob/4ccc8bbaab1586c0ef265f234f0a275fd40b38f8/packages/client/src/speculativeBranchSelection.ts#L73
3
+ branches : ['v2', 'v2', 'v2']
4
+ checks :
5
+ - name : typecov
6
+ options :
7
+ strict : true
8
+ atLeast : 95
Original file line number Diff line number Diff line change
1
+ name : fe
2
+ on :
3
+ push :
4
+ paths : ['fe/**']
5
+ defaults :
6
+ run :
7
+ working-directory : ./fe
8
+ jobs :
9
+ fe :
10
+ name : fe
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@main
14
+ - name : install
15
+ run : yarn install --immutable
16
+ - name : codechecks
17
+ run : yarn run codechecks
18
+ env :
19
+ CC_SECRET : ${{ secrets.CC_SECRET }}
20
+ - name : tsc
21
+ run : yarn run vue-tsc
22
+ if : ${{ !cancelled() }}
23
+ - name : eslint
24
+ run : yarn run eslint src
25
+ if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change 36
36
"vue-router" : " ^4.2.5"
37
37
},
38
38
"devDependencies" : {
39
+ "@codechecks/client" : " ^0.1.12" ,
39
40
"@stylistic/eslint-plugin" : " ^1.6.1" ,
40
41
"@stylistic/eslint-plugin-migrate" : " ^1.6.1" ,
41
42
"@tanstack/eslint-plugin-query" : " ^5.20.1" ,
64
65
"import-sync" : " ^2.2.0" ,
65
66
"rollup-plugin-visualizer" : " ^5.12.0" ,
66
67
"stats.js" : " ^0.17.0" ,
68
+ "typecov" : " ^0.2.3" ,
67
69
"typescript" : " ^5.3.3" ,
68
70
"typescript-eslint-parser-for-extra-files" : " ^0.6.0" ,
69
71
"vite" : " ^5.1.1" ,
You can’t perform that action at this time.
0 commit comments