File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 91
91
- name : Build
92
92
run : npm run -s build
93
93
- name : Test
94
- run : npm run -s test:mocha
94
+ run : npm run -s test:cover
95
95
- name : Send Coverage
96
96
run : npm run -s codecov
97
97
env :
Original file line number Diff line number Diff line change 72
72
"setup" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
73
73
"pretest" : " run-s build lint" ,
74
74
"test" : " npm run -s test:mocha" ,
75
- "test:mocha" : " nyc mocha \" test/*.js\" --reporter dot --timeout 60000" ,
75
+ "test:mocha" : " mocha \" test/*.js\" --reporter dot --timeout 60000" ,
76
+ "test:cover" : " nyc npm run test:mocha" ,
76
77
"test:debug" : " mocha --require ts-node/register/transpile-only \" test/*.js\" --reporter dot --timeout 60000" ,
77
78
"preupdate-fixtures" : " npm run -s build" ,
78
79
"update-fixtures" : " node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js" ,
You can’t perform that action at this time.
0 commit comments