@@ -36,51 +36,51 @@ jobs:
36
36
- name : Node.js 0.8
37
37
node-version : " 0.8"
38
38
39
- npm-rm : beautify-benchmark benchmark fast-url-parser istanbul
39
+ npm-rm : beautify-benchmark benchmark fast-url-parser nyc
40
40
41
41
- name : Node.js 0.10
42
42
node-version : " 0.10"
43
-
43
+
44
44
npm-rm : beautify-benchmark benchmark fast-url-parser
45
45
46
46
- name : Node.js 0.12
47
47
node-version : " 0.12"
48
-
48
+
49
49
npm-rm : beautify-benchmark benchmark fast-url-parser
50
50
51
51
- name : io.js 1.x
52
52
node-version : " 1.8"
53
-
53
+
54
54
npm-rm : beautify-benchmark benchmark fast-url-parser
55
55
56
56
- name : io.js 2.x
57
57
node-version : " 2.5"
58
-
58
+
59
59
npm-rm : beautify-benchmark benchmark fast-url-parser
60
60
61
61
- name : io.js 3.x
62
62
node-version : " 3.3"
63
-
63
+
64
64
npm-rm : beautify-benchmark benchmark fast-url-parser
65
65
66
66
- name : Node.js 4.x
67
67
node-version : " 4.9"
68
-
68
+
69
69
npm-rm : beautify-benchmark benchmark fast-url-parser
70
70
71
71
- name : Node.js 5.x
72
72
node-version : " 5.12"
73
-
73
+
74
74
npm-rm : beautify-benchmark benchmark fast-url-parser
75
75
76
76
- name : Node.js 6.x
77
77
node-version : " 6.17"
78
-
78
+
79
79
npm-rm : beautify-benchmark benchmark fast-url-parser
80
80
81
81
- name : Node.js 7.x
82
82
node-version : " 7.10"
83
-
83
+
84
84
npm-rm : beautify-benchmark benchmark fast-url-parser
85
85
86
86
- name : Node.js 8.x
@@ -186,7 +186,7 @@ jobs:
186
186
- name : Run tests
187
187
shell : bash
188
188
run : |
189
- if npm -ps ls istanbul | grep -q istanbul ; then
189
+ if npm -ps ls nyc | grep -q nyc ; then
190
190
npm run test-ci
191
191
else
192
192
npm test
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
- name : Collect code coverage
200
200
uses : coverallsapp/github-action@master
201
- if : steps.list_env.outputs.istanbul != ''
201
+ if : steps.list_env.outputs.nyc != ''
202
202
with :
203
203
github-token : ${{ secrets.GITHUB_TOKEN }}
204
204
flag-name : run-${{ matrix.test_number }}
0 commit comments