Skip to content

Commit 2d86eed

Browse files
committed
ci: set coverage floors to measured baseline (post-merge, post-exclusions)
1 parent 8a84948 commit 2d86eed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/coverage-gate.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
FLOOR_SERVICE=79
5-
FLOOR_DOMAIN=75
6-
FLOOR_DATA=23
7-
FLOOR_API=22
4+
FLOOR_SERVICE=82
5+
FLOOR_DOMAIN=72
6+
FLOOR_DATA=90
7+
FLOOR_API=44
88

99
ROOT="$(pwd)"
1010
OUT="$ROOT/coverage-out"

0 commit comments

Comments
 (0)