Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monopoly_22065407_2023
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Container registry
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Thomas
Monopoly_22065407_2023
Commits
d927cfb1
Commit
d927cfb1
authored
Mar 15, 2023
by
Carl Jones
Browse files
Options
Downloads
Patches
Plain Diff
remove pitest from tasks
parent
a852e9ea
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.idea/checkstyle-idea.xml
+20
-14
20 additions, 14 deletions
.idea/checkstyle-idea.xml
build.gradle
+0
-3
0 additions, 3 deletions
build.gradle
with
21 additions
and
18 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d927cfb1
...
...
@@ -43,7 +43,7 @@ build:gradle:
only
:
-
tags
script
:
-
./gradlew buildAnd
MutateAnd
Report
-
./gradlew buildAndReport
artifacts
:
name
:
"
$CI_JOB_NAME"
paths
:
...
...
This diff is collapsed.
Click to expand it.
.idea/checkstyle-idea.xml
+
20
−
14
View file @
d927cfb1
<?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
This diff is collapsed.
Click to expand it.
build.gradle
+
0
−
3
View file @
d927cfb1
...
...
@@ -92,9 +92,6 @@ jacocoTestCoverageVerification {
}
check
.
dependsOn
jacocoTestCoverageVerification
// create combined task
task
buildAndMutateAndReport
{
dependsOn
build
,
jacocoTestReport
,
"pitest"
}
task
buildAndReport
{
dependsOn
build
,
jacocoTestReport
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment