We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aed1a commit 9ff88acCopy full SHA for 9ff88ac
‎.github/workflows/osiris-subpar-coverage.yml‎
@@ -35,7 +35,7 @@ jobs:
35
npm ci
36
COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo" -v --sp 95)
37
38
- REQUIRED_COVERAGE=90.0
+ REQUIRED_COVERAGE=100.0
39
40
# Extract all Average Coverage values below the threshold
41
SITE_COVERAGE_LIST=$(echo "$COVERAGE_OUTPUT" | awk -v threshold=$REQUIRED_COVERAGE '
0 commit comments