diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-05-20 18:04:40 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-06-03 16:09:08 +0200 |
commit | 0e66830e6d5f307ef9ba27a65106578854f4bc9e (patch) | |
tree | 9a39de414668efed606ab7f05b1dd25851f5ce7f /server/sonar-web/.gitignore | |
parent | 364cd42b9bb92eb42f0adce613185e0bb8771672 (diff) | |
download | sonarqube-0e66830e6d5f307ef9ba27a65106578854f4bc9e.tar.gz sonarqube-0e66830e6d5f307ef9ba27a65106578854f4bc9e.zip |
use nyc to compute coverage
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 44adb93a2a6..10ecba26bcc 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -17,3 +17,4 @@ src/main/webapp/WEB-INF/lib/*.jar # tests src/test/json/**/*.png lcov.info +.nyc_output |