Skip to content

Commit

Permalink
Update from deprecated Istanbul to NYC to fix code coverage
Browse files Browse the repository at this point in the history
- Update to latest version of Fabricator
  • Loading branch information
nitro404 committed Mar 21, 2020
1 parent 5c5e905 commit 0430d20
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 115 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@ node_modules
bower_components
coverage
test/temp
.nyc_output
.sass-cache
.coveralls.yml
yarn.lock
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -2,6 +2,7 @@ node_modules
bower_components
test
coverage
.nyc_output
.sass-cache
.coveralls.yml
.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ node_js:

before_install:
- npm cache clean --force
- npm install -g mocha coveralls
- npm install -g mocha nyc coveralls

after_success:
- npm run coveralls
Expand Down

0 comments on commit 0430d20

Please sign in to comment.