We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf33987 commit 8243b65Copy full SHA for 8243b65
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
echo "## 🧪 Vitest Coverage" > coverage_output.txt
28
echo '```' >> coverage_output.txt
29
- pnpm test:coverage 2>&1 | tee -a coverage_output.txt
+ NO_COLOR=1 pnpm test:coverage 2>&1 | tee -a coverage_output.txt
30
31
32
- name: Post coverage comment
0 commit comments