]> source.dussan.org Git - sonarqube.git/commitdiff
fix paths in coverage report
authorStas Vilchik <vilchiks@gmail.com>
Tue, 19 May 2015 17:56:40 +0000 (19:56 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 19 May 2015 17:56:40 +0000 (19:56 +0200)
server/sonar-web/Gruntfile.coffee

index d03a8d1825f80fbe09aa777860a0364446a7f4b4..b270cad4c644f9c9ecd61d1b8ce78e3214312119 100644 (file)
@@ -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/' }
         ]