Skip to content

Commit

Permalink
Add coveralls io reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
astralarya committed Aug 7, 2016
1 parent be31e9e commit 4eb096e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['mocha', 'coverage'],
reporters: ['mocha', 'coverage', 'coveralls'],
coverageReporter: {
type: 'text',
type: 'lcov',
dir: 'coverage/',
},


Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-detect-browsers": "^2.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
Expand Down

0 comments on commit 4eb096e

Please sign in to comment.