Skip to content

Commit

Permalink
Fixed coverage configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandat committed Nov 30, 2015
1 parent d60ff8a commit 32dfb0f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@ module.exports = function (config) {
'vendor/angular-mocks/angular-mocks.js',
// app
'www/js/templates.js',
'www/js/app.js',
// specs
'.tmp/**/*.module.js',
'.tmp/**/!(*.spec).js',
'bower_components/angular-markdown-directive/markdown.js',
// specs from `app/` and `test/unit/`
'.tmp/**/*.spec.js',
'test/unit/**/*.spec.js'],
singleRun: true,
logLevel: 'INFO',
frameworks: ['jasmine'],
reporters: ['progress', 'coverage', 'junit'],
preprocessors: {
'.tmp/**/!(*spec).js': ['coverage']
'.tmp/**/!(*.spec).js': ['coverage']
},
coverageReporter: {
type: 'lcov',
Expand Down

0 comments on commit 32dfb0f

Please sign in to comment.