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

Commit

Permalink
Change from istanbul to nyc (#103)
Browse files Browse the repository at this point in the history
* Change from istanbul to nyc

* Latest version of nyc
  • Loading branch information
eddiemoore committed Jul 9, 2018
1 parent b0b580b commit 94cd1c6
Show file tree
Hide file tree
Showing 4 changed files with 2,321 additions and 424 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ node_js:
- "4"

after_success:
- ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/coverage.json
- ./bin/codecov -e TRAVIS_NODE_VERSION -f .nyc_output/*.json
Loading

0 comments on commit 94cd1c6

Please sign in to comment.