[java-metadata-aggregator] branch main updated: MDA-65 - Add class-level coverage targets to JaCoCo

Ian Young ian at iay.org.uk
Tue Aug 25 17:45:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=4e8078dfaa651f11ea38ab4ea417d61a4f607587

The following commit(s) were added to refs/heads/main by this push:
       new  4e8078d   MDA-65 - Add class-level coverage targets to JaCoCo
4e8078d is described below

commit 4e8078dfaa651f11ea38ab4ea417d61a4f607587
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 25 16:33:14 2020 +0100

    MDA-65 - Add class-level coverage targets to JaCoCo
    
    https://issues.shibboleth.net/jira/browse/MDA-65
---
 aggregator-pipeline/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 39a90d5..cbb9bd3 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -185,6 +185,17 @@
                                         </limit>
                                     </limits>
                                 </rule>
+                                <!-- Class level coverage. -->
+                                <rule>
+                                    <element>CLASS</element>
+                                    <limits>
+                                        <limit>
+                                            <counter>METHOD</counter>
+                                            <value>MISSEDCOUNT</value>
+                                            <maximum>0</maximum>
+                                        </limit>
+                                    </limits>
+                                </rule>
                             </rules>
                         </configuration>
                     </execution>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list