Skip to content

Commit 9ff88ac

Browse files
committed
🔧 DOP-5399 temp set the required threshold
1 parent 35aed1a commit 9ff88ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/osiris-subpar-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm ci
3636
COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo" -v --sp 95)
3737
38-
REQUIRED_COVERAGE=90.0
38+
REQUIRED_COVERAGE=100.0
3939
4040
# Extract all Average Coverage values below the threshold
4141
SITE_COVERAGE_LIST=$(echo "$COVERAGE_OUTPUT" | awk -v threshold=$REQUIRED_COVERAGE '

0 commit comments

Comments
 (0)