Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Neufeld2018-02-01 22:01:10 +0000
committerEugen Neufeld2018-02-01 22:47:35 +0000
commitc7d3679a76fc570b421e180b839154d0a4a6e790 (patch)
treea657ddf6b66fe6c4f46090eae96bfc64dced69d3 /bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt
parent6c2fbd676602d16ba49c6abce9d206d50ec0353d (diff)
downloadorg.eclipse.emf.ecp.core-c7d3679a76fc570b421e180b839154d0a4a6e790.tar.gz
org.eclipse.emf.ecp.core-c7d3679a76fc570b421e180b839154d0a4a6e790.tar.xz
org.eclipse.emf.ecp.core-c7d3679a76fc570b421e180b839154d0a4a6e790.zip
TCI - Added Jacoco coverage check and exceptions1.16.0.M2
Change-Id: Iaca8fab1922066a2d4afd715787fca52b18ff442 Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
Diffstat (limited to 'bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt')
-rw-r--r--bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/pom.xml b/bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/pom.xml
index f69fd86902..ce3189134b 100644
--- a/bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/pom.xml
+++ b/bundles/org.eclipse.emf.ecp.view.groupedgrid.ui.swt/pom.xml
@@ -14,4 +14,8 @@
<artifactId>org.eclipse.emf.ecp.view.groupedgrid.ui.swt</artifactId>
<packaging>eclipse-plugin</packaging>
<groupId>org.eclipse.emf.ecp</groupId>
+
+ <properties>
+ <jacoco.percentage.instruction>0.0</jacoco.percentage.instruction>
+ </properties>
</project>

Back to the top