@@ -36,51 +36,51 @@ jobs:
3636 - name : Node.js 0.8
3737 node-version : " 0.8"
3838 npm-i : mocha@2.5.3
39- npm-rm : beautify-benchmark benchmark fast-url-parser istanbul
39+ npm-rm : beautify-benchmark benchmark fast-url-parser nyc
4040
4141 - name : Node.js 0.10
4242 node-version : " 0.10"
43- npm-i : mocha@3.5.3
43+ npm-i : mocha@3.5.3 nyc@10.3.2
4444 npm-rm : beautify-benchmark benchmark fast-url-parser
4545
4646 - name : Node.js 0.12
4747 node-version : " 0.12"
48- npm-i : mocha@3.5.3
48+ npm-i : mocha@3.5.3 nyc@10.3.2
4949 npm-rm : beautify-benchmark benchmark fast-url-parser
5050
5151 - name : io.js 1.x
5252 node-version : " 1.8"
53- npm-i : mocha@3.5.3
53+ npm-i : mocha@3.5.3 nyc@10.3.2
5454 npm-rm : beautify-benchmark benchmark fast-url-parser
5555
5656 - name : io.js 2.x
5757 node-version : " 2.5"
58- npm-i : mocha@3.5.3
58+ npm-i : mocha@3.5.3 nyc@10.3.2
5959 npm-rm : beautify-benchmark benchmark fast-url-parser
6060
6161 - name : io.js 3.x
6262 node-version : " 3.3"
63- npm-i : mocha@3.5.3
63+ npm-i : mocha@3.5.3 nyc@10.3.2
6464 npm-rm : beautify-benchmark benchmark fast-url-parser
6565
6666 - name : Node.js 4.x
6767 node-version : " 4.9"
68- npm-i : mocha@5.2.0
68+ npm-i : mocha@5.2.0 nyc@11.9.0
6969 npm-rm : beautify-benchmark benchmark fast-url-parser
7070
7171 - name : Node.js 5.x
7272 node-version : " 5.12"
73- npm-i : mocha@5.2.0
73+ npm-i : mocha@5.2.0 nyc@11.9.0
7474 npm-rm : beautify-benchmark benchmark fast-url-parser
7575
7676 - name : Node.js 6.x
7777 node-version : " 6.17"
78- npm-i : mocha@6.2.3
78+ npm-i : mocha@6.2.3 nyc@14.1.1
7979 npm-rm : beautify-benchmark benchmark fast-url-parser
8080
8181 - name : Node.js 7.x
8282 node-version : " 7.10"
83- npm-i : mocha@6.2.3
83+ npm-i : mocha@6.2.3 nyc@14.1.1
8484 npm-rm : beautify-benchmark benchmark fast-url-parser
8585
8686 - name : Node.js 8.x
@@ -186,7 +186,7 @@ jobs:
186186 - name : Run tests
187187 shell : bash
188188 run : |
189- if npm -ps ls istanbul | grep -q istanbul ; then
189+ if npm -ps ls nyc | grep -q nyc ; then
190190 npm run test-ci
191191 else
192192 npm test
@@ -198,7 +198,7 @@ jobs:
198198
199199 - name : Collect code coverage
200200 uses : coverallsapp/github-action@master
201- if : steps.list_env.outputs.istanbul != ''
201+ if : steps.list_env.outputs.nyc != ''
202202 with :
203203 github-token : ${{ secrets.GITHUB_TOKEN }}
204204 flag-name : run-${{ matrix.test_number }}
0 commit comments