File tree 3 files changed +0
-28
lines changed
3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change 83
83
run : node scripts/ci-install-eslint ${{ matrix.eslint }}
84
84
- name : Test
85
85
run : npm run -s test:debug
86
-
87
- test-cov :
88
- name : Test and Send Coverage
89
- runs-on : ubuntu-latest
90
- steps :
91
- - name : Checkout
92
- uses : actions/checkout@v4
93
- - name : Checkout submodules
94
- run : git submodule update --init
95
- - name : Install Node.js
96
- uses : actions/setup-node@v4
97
- with :
98
- node-version : ' lts/*'
99
- - name : Install Packages
100
- run : npm install
101
- - name : Install ESLint v9
102
- run : node scripts/ci-install-eslint 9
103
- - name : Build
104
- run : npm run -s build
105
- - name : Test
106
- run : npm run -s test:cover
107
- - name : Send Coverage
108
- run : npm run -s codecov
109
- env :
110
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 3
3
[ ![ npm version] ( https://img.shields.io/npm/v/vue-eslint-parser.svg )] ( https://www.npmjs.com/package/vue-eslint-parser )
4
4
[ ![ Downloads/month] ( https://img.shields.io/npm/dm/vue-eslint-parser.svg )] ( http://www.npmtrends.com/vue-eslint-parser )
5
5
[ ![ Build Status] ( https://github.com/vuejs/vue-eslint-parser/workflows/CI/badge.svg )] ( https://github.com/vuejs/vue-eslint-parser/actions )
6
- [ ![ Coverage Status] ( https://codecov.io/gh/vuejs/vue-eslint-parser/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vuejs/vue-eslint-parser )
7
6
8
7
The ESLint custom parser for ` .vue ` files.
9
8
Original file line number Diff line number Diff line change 38
38
"@typescript-eslint/eslint-plugin" : " ^8.22.0" ,
39
39
"@typescript-eslint/parser" : " ^8.22.0" ,
40
40
"chokidar" : " ^3.5.2" ,
41
- "codecov" : " ^3.8.3" ,
42
41
"cross-spawn" : " ^7.0.3" ,
43
42
"dts-bundle" : " ^0.7.3" ,
44
43
"eslint" : " ^9.19.0" ,
69
68
"prebuild" : " npm run -s clean" ,
70
69
"build" : " tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts" ,
71
70
"clean" : " rimraf .nyc_output .temp coverage index.*" ,
72
- "codecov" : " codecov" ,
73
71
"coverage" : " opener ./coverage/lcov-report/index.html" ,
74
72
"lint" : " eslint src test package.json" ,
75
73
"pretest" : " run-s build lint" ,
You can’t perform that action at this time.
0 commit comments