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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 11f4441  Updated coverage exclusion for sonar
11f4441 is described below

commit 11f444176d16c94e260020452f1986c2d7d2d493
Author: Oleh Fuks <olegfuk...@gmail.com>
AuthorDate: Wed Jul 29 18:26:06 2020 +0300

    Updated coverage exclusion for sonar
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 462ffc4..5c220da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
                 </sonar.host.url>
                 <sonar.coverage.exclusions>
                     **/*Exception.java,
+                    **/*DAO.java,
                     src/main/java/com/epam/dlab/dto/**,
                     src/main/java/com/epam/dlab/backendapi/auth/**,
                     src/main/java/com/epam/dlab/backendapi/conf/**,


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

Reply via email to