Skip to content

Commit

Permalink
Changed coverage pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanfprice committed Jul 20, 2013
1 parent bf97b1c commit d14e616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Expand Up @@ -20,7 +20,7 @@ browsers = ['Firefox', 'PhantomJS'];
reportSlowerThan = 500;

preprocessors = {
'**/src/**/*.js': 'coverage'
'src/**/*.js': 'coverage'
};

reporters = ['progress', 'coverage'];
Expand Down

0 comments on commit d14e616

Please sign in to comment.