Skip to content
Snippets Groups Projects
Commit d927cfb1 authored by Carl Jones's avatar Carl Jones
Browse files

remove pitest from tasks

parent a852e9ea
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ build:gradle:
only:
- tags
script:
- ./gradlew buildAndMutateAndReport
- ./gradlew buildAndReport
artifacts:
name: "$CI_JOB_NAME"
paths:
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA">
<option name="configuration">
<component name="CheckStyle-IDEA" serialisationVersion="2">
<checkstyleVersion>8.29</checkstyleVersion>
<scanScope>JavaOnly</scanScope>
<copyLibs>true</copyLibs>
<option name="thirdPartyClasspath" />
<option name="activeLocationIds" />
<option name="locations">
<list>
<ConfigurationLocation id="bundled-sun-checks" type="BUNDLED" scope="All" description="Sun Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="bundled-google-checks" type="BUNDLED" scope="All" description="Google Checks">(bundled)</ConfigurationLocation>
<ConfigurationLocation id="269df98e-cc02-4bdb-bbb5-4d695d36bb9f" type="PROJECT_RELATIVE" scope="All" description="Assessment1">
$PROJECT_DIR$/config/checkstyle/checkstyleMain.xml
<option name="properties">
<map>
<entry key="checkstyle-version" value="8.29" />
<entry key="copy-libs" value="true" />
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
<entry key="location-2" value="PROJECT_RELATIVE:$PROJECT_DIR$/config/checkstyle/checkstyleMain.xml:Assessment1" />
<entry key="property-2.org.checkstyle.sun.suppressionfilter.config" value="" />
<entry key="property-2.org.checkstyle.sun.suppressionxpathfilter.config" value="" />
<entry key="scan-before-checkin" value="false" />
<entry key="scanscope" value="JavaOnly" />
<entry key="suppress-errors" value="false" />
<entry key="org.checkstyle.sun.suppressionfilter.config" value="" />
<entry key="org.checkstyle.sun.suppressionxpathfilter.config" value="" />
</map>
</option>
</ConfigurationLocation>
</list>
</option>
</component>
</project>
\ No newline at end of file
......@@ -92,9 +92,6 @@ jacocoTestCoverageVerification {
}
check.dependsOn jacocoTestCoverageVerification
// create combined task
task buildAndMutateAndReport {
dependsOn build, jacocoTestReport, "pitest"
}
task buildAndReport {
dependsOn build, jacocoTestReport
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment