This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch sonar
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/sonar by this push:
     new 4e6dc6e  [DLAB-1870] Intigration with sonar
4e6dc6e is described below

commit 4e6dc6eac7ef08f25429bfee168528127626a37a
Author: Oleh Fuks <olegfuk...@gmail.com>
AuthorDate: Wed Jul 22 19:11:50 2020 +0300

    [DLAB-1870] Intigration with sonar
---
 pom.xml                 | 1 +
 services/common/pom.xml | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f153c7..6b79377 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
                     http://localhost:9000/sonar
                 </sonar.host.url>
                 <sonar.coverage.exclusions>
+                    **/*Exception.java
                     src/main/java/com/epam/dlab/dto/**,
                     src/main/java/com/epam/dlab/backendapi/auth/**,
                     src/main/java/com/epam/dlab/backendapi/conf/**,
diff --git a/services/common/pom.xml b/services/common/pom.xml
index 60d70fe..1bf66dd 100644
--- a/services/common/pom.xml
+++ b/services/common/pom.xml
@@ -28,8 +28,4 @@
     </parent>
 
     <artifactId>common</artifactId>
-
-    <properties>
-        <sonar.coverage.skip>true</sonar.coverage.skip>
-    </properties>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to