Skip to content

Commit 0a0a25b

Browse files
committed
Remove PIT evaluation from quality monitor
PIT is not enabled in this project.
1 parent 04e7bf3 commit 0a0a25b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/quality-gates-pr.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
"threshold": 90.0,
2121
"criticality": "UNSTABLE"
2222
},
23-
{
24-
"metric": "mutation",
25-
"name": "Mutation Coverage in New Code",
26-
"scope": "new",
27-
"threshold": 90.0,
28-
"criticality": "UNSTABLE"
29-
},
3023
{
3124
"metric": "bugs",
3225
"name": "Potential Bugs in Whole Project",

0 commit comments

Comments
 (0)