From ba178a2bb1aff1799d81742842a9b48ba93c8556 Mon Sep 17 00:00:00 2001 From: Oleg Efremenkov Date: Sat, 10 Dec 2016 01:57:04 +0300 Subject: [PATCH] Issue #3316: use pitest testing of checks.sizes package in shippable CI --- pom.xml | 25 +++++++++++++++++++++++++ shippable.yml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 17aa23a92..728cdb8bb 100644 --- a/pom.xml +++ b/pom.xml @@ -1465,5 +1465,30 @@ + + pitest-checks-sizes + + + + org.pitest + pitest-maven + 1.1.10 + + + com.puppycrawl.tools.checkstyle.checks.sizes.* + + + com.puppycrawl.tools.checkstyle.checks.sizes.* + + 88 + 10 + 50000 + 4 + + + + + + diff --git a/shippable.yml b/shippable.yml index 4c6d6c713..6e6937d2f 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,4 +10,4 @@ build: - /root/.m2 ci: - - mvn clean verify + - mvn clean verify -Ppitest-checks-sizes org.pitest:pitest-maven:mutationCoverage