File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1- node_modules
2- coverage
3- npm-debug.log
1+ node_modules /
2+ .nyc_output /
3+ coverage /
Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ node_js:
55 - " 6"
66 - " 8"
77 - " 9"
8- script :
9- - " npm run test-travis"
10- after_script :
11- - " npm install coveralls@2 && cat coverage/lcov.info | coveralls"
8+ after_success :
9+ - nyc report --reporter=text-lcov | coveralls
1210matrix :
1311 fast_finish : true
1412notifications :
Original file line number Diff line number Diff line change 44 "description" : " Querystringify - Small, simple but powerful query string parser." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " mocha test.js" ,
8- "watch" : " mocha --watch test.js" ,
9- "coverage" : " istanbul cover _mocha -- test.js" ,
10- "test-travis" : " istanbul cover _mocha --report lcovonly -- test.js"
7+ "test" : " nyc --reporter=html --reporter=text mocha test.js" ,
8+ "watch" : " mocha --watch test.js"
119 },
1210 "repository" : {
1311 "type" : " git" ,
3230 "homepage" : " https://github.com/unshiftio/querystringify" ,
3331 "devDependencies" : {
3432 "assume" : " ^2.1.0" ,
35- "istanbul " : " ^0.4.5 " ,
33+ "coveralls " : " ^3.1.0 " ,
3634 "mocha" : " ^6.1.4" ,
35+ "nyc" : " ^15.1.0" ,
3736 "pre-commit" : " ^1.2.2"
3837 }
3938}
You can’t perform that action at this time.
0 commit comments