Skip to content

Commit 77b128e

Browse files
committed
Remove PIT evaluation from quality monitor
PIT is not enabled in this project.
1 parent 435791b commit 77b128e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/quality-monitor-pr.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@
8787
"scope": "new",
8888
"sourcePath": "src/main/java",
8989
"pattern": "**/target/site/jacoco/jacoco.xml"
90-
},
91-
{
92-
"id": "pit",
93-
"scope": "new",
94-
"metric": "mutation",
95-
"sourcePath": "src/main/java",
96-
"pattern": "**/target/pit-reports/mutations.xml"
97-
},
98-
{
99-
"id": "pit",
100-
"metric": "test-strength",
101-
"scope": "new",
102-
"sourcePath": "src/main/java",
103-
"pattern": "**/target/pit-reports/mutations.xml"
10490
}
10591
]
10692
},

0 commit comments

Comments
 (0)