Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Integrated Coveralls
  • Loading branch information
AurelioDeRosa committed Dec 29, 2015
1 parent 83e0c2c commit 865581e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -45,7 +45,8 @@ module.exports = function(config) {
},
reporters: [
'mocha',
'coverage'
'coverage',
'coveralls'
],
reportSlowerThan: 500,
singleRun: true
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -50,6 +50,7 @@
"karma": "^0.13.16",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.1",
Expand Down

0 comments on commit 865581e

Please sign in to comment.