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

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Seminck committed Jul 2, 2017
1 parent 6061167 commit d558bcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 6
install:
- npm install coveralls
cache:
directories:
- node_modules
Expand All @@ -14,3 +16,5 @@ deploy:
secure: IbF+DgQDpmHRoGDOJ9LHJRdf/ds1Hhx4DA6NZQbK7hKkszR2Cys1pMEul8QytmtJ554xwsj7eJO1EKzEZRWujcu/qsdvTD/UWroMtCiHnyFMD7sv0q+kPHV4bseLSCTdZypVcp98hK2LycvmvedynFdUiisDNshYgxZXGfYcHN/4AQogoZaJUXXuczXQiJ2cYU0ykWI20C8P3mYAVzEn4lk9MgRT5D86IeyLPLXtKuuDZSh49E0gWB7ifOAK2Uxgtlx39L9LGBYMu7jfqewkjM6lhE5IHaJYgBEDveBwuF5pW5W905brREz95t7vmjhZPaLQxIZsmaheWsX9HQKE8srgrUmw5XTkhDBZ9uhW4Z3uDbwa/E97EA8MjeW+1uANT4AyVBRQj3i9enHs9qExbFjeHyP0EdYe6Ipwino/Pz19Ye3RS2Mn8Ln2uX4rUvSfy3blf5wcQ5uIK3RxBqTgOoyk7NMz1N6Aj/KPmAJeFu+92QjpmHKOFDy19/YTSkF3tp/ezOfeuG6ZEXZcAXk8kQye8AID6jEMtmJEblhaXCfimEveNGjLrZ8kgXpDpomL5Ath3YOXGNM5sH0qyp+8zWbyxcbklErKR0Hg6RSzMKVHzdA2aOt+liptFwAdZ7RGkQZkBVL1xScswCX72u3WNsVMhIW1p3Q7l202WwFInrE=
on:
tags: true
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"deep-equal": "0.2.1"
},
"jest": {
"roots": ["test"],
"roots": [
"test"
],
"testRegex": "-test.js",
"collectCoverage": true
}
Expand Down

0 comments on commit d558bcb

Please sign in to comment.