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

Commit

Permalink
⚡ improvement(cover): update reporter for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 14, 2016
1 parent 133c0e6 commit b9bcd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/config/karma.cover.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const base = require('./karma.base.conf')
module.exports = config => {
const options = Object.assign(base, {
browsers: ['PhantomJS'],
reporters: ['progress', 'coverage'],
reporters: ['mocha', 'coverage'],
coverageReporter: {
reporters: [{
type: 'lcov', dir: '../coverage'
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
{{/coveralls}}
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
{{#sauce}}
"karma-sauce-launcher": "^1.0.0",
{{/sauce}}
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "^0.0.26",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.1",
"power-assert": "^1.2.0",
Expand Down

0 comments on commit b9bcd81

Please sign in to comment.