Skip to content

Commit

Permalink
test: code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Oct 19, 2016
1 parent 322eb1e commit 5d28d47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
components
build
.nyc_output
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
sudo: false
node_js:
- "0.11"
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
after_script:
- coveralls < coverage/lcov.info
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.14",
"mocha": "^1.9.0",
"nyc": "^8.3.1",
"seamless-immutable": "^5.1.1"
},
"scripts": {
"test": "make test"
"test": "nyc make test"
}
}

0 comments on commit 5d28d47

Please sign in to comment.