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 4db591e Updated exclusion for sonar coverage
new f91c779 Merge remote-tracking branch 'origin/develop' into develop
4db591e is described below
commit 4db591e8c797a6f3a23a763cf544befc024ad2f8
Author: Oleh Fuks <[email protected]>
AuthorDate: Mon Aug 31 17:36:07 2020 +0300
Updated exclusion for sonar coverage
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7b2a114..95be206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,9 @@
</sonar.host.url>
<sonar.coverage.exclusions>
**/*Exception.java,
+ **/BucketServiceAwsImpl.java,
+ **/BucketServiceAzureImpl.java,
+ **/BucketServiceGcpImpl.java,
**/*DAO.java,
**/*DAOImpl.java,
**/*Configuration.java,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]