summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-05-19 19:56:40 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-05-19 19:56:40 +0200
commit10c3297f7506e314f14bf6512f2db48a3fa1eb1b (patch)
tree0ceb6969b7b71aeb66ea662c8d2b9b2845fc30a5
parent40af2e3e37684eb0d0ba1e33d419a61e4f477d7c (diff)
downloadsonarqube-10c3297f7506e314f14bf6512f2db48a3fa1eb1b.tar.gz
sonarqube-10c3297f7506e314f14bf6512f2db48a3fa1eb1b.zip
fix paths in coverage report
-rw-r--r--server/sonar-web/Gruntfile.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index d03a8d1825f..b270cad4c64 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -371,8 +371,7 @@ module.exports = (grunt) ->
src: 'target/js-coverage/lcov.info'
dest: 'target/js-coverage/lcov.info'
replacements: [
- { from: '/webapp', to: '' }
- { from: '\webapp', to: '' }
+ { from: '/build/', to: '/src/main/' }
]