mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated to nodejs packages and karma code coverage setup
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = function(config) {
|
||||
configFile: '<%= srcDir %>/test/karma.conf.js',
|
||||
reporters: ['dots','coverage','coveralls'],
|
||||
preprocessors: {
|
||||
'<%= srcDir %>/app/**/*.js': ['coverage']
|
||||
'public/app/**/*.js': ['coverage']
|
||||
},
|
||||
coverageReporter: {
|
||||
type: 'lcov',
|
||||
|
||||
Reference in New Issue
Block a user