File tree 3 files changed +10
-11
lines changed
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
coverage
3
3
npm-debug.log
4
+ .nyc_output
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ matrix:
12
12
env : CMD=test
13
13
- node_js : 10
14
14
env : CMD=test
15
- - node_js : stable
16
- env : CMD=report-coverage
17
15
- node_js : stable
18
16
env : CMD=test-browsers
19
17
addons :
@@ -24,5 +22,7 @@ matrix:
24
22
script :
25
23
- DEBUG=airtap:* npm run $CMD
26
24
25
+ after_success : npm run coverage
26
+
27
27
notifications :
28
28
email : false
Original file line number Diff line number Diff line change 26
26
"safe-buffer" : " ~5.1.1"
27
27
},
28
28
"devDependencies" : {
29
- "airtap" : " ^0.0.8" ,
30
- "faucet" : " ^0.0.1" ,
31
- "istanbul" : " ^0.4.2" ,
32
- "istanbul-coveralls" : " ^1.0.3" ,
29
+ "airtap" : " 0.0.9" ,
30
+ "coveralls" : " ^3.0.2" ,
31
+ "nyc" : " ^12.0.2" ,
33
32
"rimraf" : " ^2.6.2" ,
34
33
"standard" : " ^11.0.0" ,
35
34
"tape" : " ^4.8.0"
38
37
"./immediate.js" : " ./immediate-browser.js"
39
38
},
40
39
"scripts" : {
41
- "test" : " standard && node test.js | faucet" ,
42
- "test-browsers" : " airtap --sauce-connect --loopback airtap.local --no-coverage test.js" ,
43
- "test-browser-local" : " airtap --no-coverage --local 9000 test.js" ,
44
- "coverage" : " istanbul cover -i memdown.js ./node_modules/.bin/tape ./test.js && istanbul check-coverage --lines 90 --function 80 --statements 90 --branches 80" ,
45
- "report-coverage" : " npm run coverage && istanbul-coveralls"
40
+ "test" : " standard && nyc node test.js" ,
41
+ "test-browsers" : " airtap --sauce-connect --loopback airtap.local --coverage test.js" ,
42
+ "test-browser-local" : " airtap --coverage --local 9000 test.js" ,
43
+ "coverage" : " nyc report --reporter=text-lcov | coveralls"
46
44
},
47
45
"license" : " MIT" ,
48
46
"engines" : {
You can’t perform that action at this time.
0 commit comments