grunt-karma-sonar
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -37,3 +37,3 @@ /* | ||
name: 'Grunt sonar plugin', | ||
version: '0.1.2' | ||
version: '0.1.3' | ||
}, | ||
@@ -72,3 +72,3 @@ sources: [ | ||
name: 'Grunt sonar plugin', | ||
version: '0.1.2' | ||
version: '0.1.3' | ||
}, | ||
@@ -75,0 +75,0 @@ sources: [ |
{ | ||
"name": "grunt-karma-sonar", | ||
"description": "Grunt plugin for integrating karma reports with sonar", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/mdasberg/grunt-karma-sonar", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -178,2 +178,5 @@ /* | ||
} | ||
if (options.instance.profile !== undefined) { | ||
args.push('-Dsonar.profile=' + options.instance.profile); | ||
} | ||
args.push('-Dsonar.login=' + options.instance.login); | ||
@@ -180,0 +183,0 @@ args.push('-Dsonar.password=' + options.instance.password); |
Sorry, the diff of this file is not supported yet
356
67345
25