Skip to content

Commit 630ec69

Browse files
committed
Adapt quality gates configuration: test success rate has been renamed
1 parent dbd02d6 commit 630ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/quality-gates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"qualityGates": [
33
{
4-
"metric": "tests-success-rate",
4+
"metric": "test-success-rate",
55
"name": "Tests Success Rate",
66
"threshold": 100.0,
77
"criticality": "FAILURE"

0 commit comments

Comments
 (0)