Skip to content

Commit 2cbc4ee

Browse files
committed
🎨 DOP-5399 points to the correct branch
1 parent 6e595a7 commit 2cbc4ee

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=100.0
38+
REQUIRED_COVERAGE=90.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)