From 10c3297f7506e314f14bf6512f2db48a3fa1eb1b Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 19 May 2015 19:56:40 +0200 Subject: [PATCH] fix paths in coverage report --- server/sonar-web/Gruntfile.coffee | 3 +-- 1 file changed, 1 insertion(+), 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/' } ] -- 2.39.5