File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
- .nyc_output /
3
2
coverage /
4
3
dist /
5
4
npm-debug.log
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ matrix:
16
16
script :
17
17
- " npm run ${SCRIPT}"
18
18
after_script :
19
- - ' if [ "${SCRIPT}" == "test" ]; then nyc report --reporter=text-lcov | coveralls; fi'
19
+ - ' if [ "${SCRIPT}" == "test" ]; then c8 report --reporter=text-lcov | coveralls; fi'
20
20
notifications :
21
21
irc :
22
22
channels :
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"browserify" : " rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js" ,
8
8
"minify" : " uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js" ,
9
- "test" : " nyc --reporter=html --reporter=text mocha test/test.js" ,
9
+ "test" : " c8 --reporter=html --reporter=text mocha test/test.js" ,
10
10
"test-browser" : " node test/browser.js" ,
11
11
"prepublishOnly" : " npm run browserify && npm run minify" ,
12
12
"watch" : " mocha --watch test/test.js"
39
39
"devDependencies" : {
40
40
"assume" : " ^2.2.0" ,
41
41
"browserify" : " ^16.2.3" ,
42
+ "c8" : " ^7.3.1" ,
42
43
"coveralls" : " ^3.1.0" ,
43
44
"mocha" : " ^8.0.1" ,
44
- "nyc" : " ^15.0.0" ,
45
45
"pre-commit" : " ^1.2.2" ,
46
46
"sauce-browsers" : " ^2.0.0" ,
47
47
"sauce-test" : " ^1.3.3" ,
You can’t perform that action at this time.
0 commit comments