Skip to content

Commit

Permalink
Fix coveralls with nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 21, 2018
1 parent 0122f3b commit a3316f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
node_modules
test-fixtures
coverage
*.bak
*.log
.nyc_output
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"scripts": {
"test": "nyc mocha --exit",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
Expand Down

0 comments on commit a3316f7

Please sign in to comment.