Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assessment-2024-starter-monopoly
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Keegan Fernandes
assessment-2024-starter-monopoly
Commits
d927cfb1
Commit
d927cfb1
authored
2 years ago
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
Hide 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:
...
@@ -43,7 +43,7 @@ build:gradle:
only
:
only
:
-
tags
-
tags
script
:
script
:
-
./gradlew buildAnd
MutateAnd
Report
-
./gradlew buildAndReport
artifacts
:
artifacts
:
name
:
"
$CI_JOB_NAME"
name
:
"
$CI_JOB_NAME"
paths
:
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"?>
<?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
This diff is collapsed.
Click to expand it.
build.gradle
+
0
−
3
View file @
d927cfb1
...
@@ -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
...
...
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