Skip to content

Commit

Permalink
Properly set up coveralls.io integration this time
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Jul 16, 2017
1 parent 6c36429 commit 2a354d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-ci
repo_token: M5J5d4WifphEHybGMls8DXkgkPBUr6pQd
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_js:
- "6"
- "5"
- "4"
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"coveralls": "^2.13.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-pegjs": "^0.1.0",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"should": "^11.2.1"
}
Expand Down

0 comments on commit 2a354d6

Please sign in to comment.