Skip to content

Commit 630e5de

Browse files
chore: replace istanbul with nyc
1 parent bcdb05d commit 630e5de

File tree

4 files changed

+1403
-221
lines changed

4 files changed

+1403
-221
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ coverage
1919

2020
# nyc test coverage
2121
.nyc_output
22+
coverage.lcov
2223

2324
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2425
.grunt

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ language: node_js
22
node_js:
33
- "stable"
44
install:
5-
- npm install -g codecov istanbul
5+
- npm install -g codecov
66
script:
7-
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
8-
- codecovn
7+
- codecov
98
jobs:
109
include:
1110
# Define the release stage that runs semantic-release

0 commit comments

Comments
 (0)