diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-13 17:30:34 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-13 17:30:42 +0100 |
commit | dc9a76809c476d8b444b986eb914a5aa00a18292 (patch) | |
tree | 0c4c1615ed590b421114fd5ab5056dc9f248c962 /server/sonar-web/Gruntfile.coffee | |
parent | b80e9eec7d794ca02ab22116c18fcaad125bebe7 (diff) | |
download | sonarqube-dc9a76809c476d8b444b986eb914a5aa00a18292.tar.gz sonarqube-dc9a76809c476d8b444b986eb914a5aa00a18292.zip |
fix lcov report for windows
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r-- | server/sonar-web/Gruntfile.coffee | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 868b951f290..ab8509460ac 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -418,10 +418,10 @@ module.exports = (grunt) -> lcov: src: 'target/js-coverage/lcov.info' dest: 'target/js-coverage/lcov.info' - replacements: [{ - from: '/webapp' - to: '' - }] + replacements: [ + { from: '/webapp', to: '' } + { from: '\webapp', to: '' } + ] jshint: |