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 e823956 commit 2890542Copy full SHA for 2890542
.github/workflows/osiris-subpar-coverage.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
cd cloned-osiris-repo
36
npm ci
37
- COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo" -v --sp 95 | tee /dev/tty)
+ COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo" -v --sp 95)
38
39
40
# Extract the last reported overall coverage percentage
0 commit comments