Skip to content

ci: use dot reporter for vitest to quiet CI logs - #19

Merged
Shinrai merged 1 commit into
nextfrom
ci/vitest-dot-reporter
Jul 20, 2026
Merged

ci: use dot reporter for vitest to quiet CI logs#19
Shinrai merged 1 commit into
nextfrom
ci/vitest-dot-reporter

Conversation

@cldmv-bot

@cldmv-botcldmv-botBot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

🚀 What's Changed

💥 Breaking Changes

No breaking changes

✨ Features

No new features

🐛 Bug Fixes

No bug fixes

📦 Dependencies

No dependency updates

🔧 Other Changes

  • ci: use dot reporter for vitest to quiet CI logs (300a2d5)
👥 Contributors

Plain vitest run with the default reporter reprints a full "RUN
vX.Y.Z" + per-file pass/fail block for every test file when there's
no TTY to redraw against (GitHub Actions runners), on top of the
final aggregate summary - for a 17-file suite that's most of the
Build & Test job's output. The dot reporter collapses per-test
progress to single characters and still prints the same final "Test
Files X passed" / "Tests Y passed" summary.
@cldmv-botcldmv-botBot added the ! ci → next v4 flow: ci contributor PR targeting the next integration branch label Jul 20, 2026
@Shinrai
Shinrai merged commit 2040de4 into nextJul 20, 2026
25 checks passed
@cldmv-bot
cldmv-botBot deleted the ci/vitest-dot-reporter branch July 20, 2026 05:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

! ci → nextv4 flow: ci contributor PR targeting the next integration branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Shinrai