Skip to content

feat: add the dot reporter#675

Merged
mrazauskas merged 16 commits intomainfrom
add-dot-reporter
Feb 1, 2026
Merged

feat: add the dot reporter#675
mrazauskas merged 16 commits intomainfrom
add-dot-reporter

Conversation

@mrazauskas
Copy link
Member

@mrazauskas mrazauskas commented Jan 30, 2026

Inspired by @voxpelli/tstyche-reporters.

This PR adds the dot reporter, which:

  • logs · for a passing test file and × for a failing one;
  • logs errors and failures at the end of a run;
  • logs TypeScript version when there are more than two targets.

Usage: tstyche --reporters dot.

Or via config file:

{
  "reporters": ["dot"]
}

@codacy-production
Copy link

codacy-production bot commented Jan 31, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.05% (target: -1.00%) 94.57% (target: 85.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (afe96d3) 7328 7232 98.69%
Head commit (07d5d48) 7410 (+82) 7309 (+77) 98.64% (-0.05%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#675) 92 87 94.57%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@mrazauskas mrazauskas marked this pull request as ready for review February 1, 2026 11:21
@mrazauskas mrazauskas enabled auto-merge (squash) February 1, 2026 12:02
@mrazauskas mrazauskas merged commit 5cb516b into main Feb 1, 2026
37 of 38 checks passed
@mrazauskas mrazauskas deleted the add-dot-reporter branch February 1, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant