diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-09-16 14:32:05 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-16 15:24:09 +0200 |
commit | e8a6df9c1b579ec0c68da871e07d9d3db3bc6ebc (patch) | |
tree | e83e78ee75872731bbafa28dc0dfd6bd46f1cacd /server/sonar-web | |
parent | a85738f56236e44a755518eedd2386c28beaccf1 (diff) | |
download | sonarqube-e8a6df9c1b579ec0c68da871e07d9d3db3bc6ebc.tar.gz sonarqube-e8a6df9c1b579ec0c68da871e07d9d3db3bc6ebc.zip |
ignore coverage report after web test failures
Diffstat (limited to 'server/sonar-web')
-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 e40465315da..bba03a059a5 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -12,3 +12,4 @@ src/main/webapp/WEB-INF/lib/*.jar # tests src/test/json/**/*.png +lcov.info |