We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7eb33 commit cced692Copy full SHA for cced692
1 file changed
.github/workflows/ci-devsecops.yml
@@ -55,8 +55,8 @@ jobs:
55
[xml]$coverage = Get-Content $coveragePath
56
$lineRate = [double]$coverage.coverage.'line-rate' * 100
57
$branchRate = [double]$coverage.coverage.'branch-rate' * 100
58
- # Temporary floor until the service-hardening coverage tasks land.
59
- $minimumLineRate = 1.5
+ # Keep the gate slightly below measured main coverage so meaningful tests can raise it deliberately.
+ $minimumLineRate = 35.0
60
61
$summary = @(
62
"## Coverage Gate",
0 commit comments