diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-01-31 17:13:44 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-02-11 09:11:44 +0100 |
commit | 6f85c0fecd1543c9cc02a3b18f61775517be6075 (patch) | |
tree | 65b5bea43b4d33324545fd92dd6daafe1aba7789 /server/sonar-web/.gitignore | |
parent | 11a02e93b723614b9227f30b22b4aee4d00d0546 (diff) | |
download | sonarqube-6f85c0fecd1543c9cc02a3b18f61775517be6075.tar.gz sonarqube-6f85c0fecd1543c9cc02a3b18f61775517be6075.zip |
Enable coverage for web app
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index 0a333c184de..6a8e2e6b31d 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -20,6 +20,7 @@ yarn-error.log* # tests src/test/json/**/*.png lcov.info +coverage/ .nyc_output # eslint |