Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 94cd1c6

Browse files
authored
Change from istanbul to nyc (#103)
* Change from istanbul to nyc * Latest version of nyc
1 parent b0b580b commit 94cd1c6

File tree

4 files changed

+2321
-424
lines changed

4 files changed

+2321
-424
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ lib-cov
1212

1313
# Coverage directory used by tools like istanbul
1414
coverage
15+
.nyc_output
1516

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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ node_js:
1212
- "4"
1313

1414
after_success:
15-
- ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/coverage.json
15+
- ./bin/codecov -e TRAVIS_NODE_VERSION -f .nyc_output/*.json

0 commit comments

Comments
 (0)