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