• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Tatsh / wiswa / 35151250747
100%

Build:
DEFAULT BRANCH: master
Ran 16 Sep 2026 09:15PM UTC
Jobs 5
Files 16
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Sep 2026 09:06PM UTC coverage: 100.0%. Remained the same
35151250747

push

github

Tatsh
templates: emit the TypeScript configs as .mts

The generated ESLint flat config was written as eslint.config.mjs and
the Vitest config as vitest.config.ts. Both now render under a .mts
extension, matching the TypeScript sources they configure.

ESLint does not include a TypeScript loader and delegates transpilation
to jiti. jiti therefore joins the generated development dependencies.
Vitest reads the .mts form directly.

ESLint and Vitest each resolve the former file name ahead of the new
one. A generation run over an existing project would otherwise continue
to load the stale copy, and the new file would never take effect. Both
writers remove the former name before writing. A new test plants both
former names in a generated project, re-runs generation, and asserts
both are removed.

Every entry of the eslint setting renders as a separate argument to
tseslint.config() rather than as one spread of the whole array.
tseslint.config() accepts each object as its own argument, and one
entry per line reads more clearly.

The shared ignore list gains *.tsbuildinfo. Incremental compilation
writes that file beside compiled sources.

The generated wiswa-sync agent file lists the new ESLint name.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

788 of 788 branches covered (100.0%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 1 file covered. (100.0%)

2042 of 2042 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35151250747.1 16 Sep 2026 09:15PM UTC 16
100.0
GitHub Action Run
2 35151250747.2 16 Sep 2026 09:15PM UTC 16
100.0
GitHub Action Run
3 35151250747.3 16 Sep 2026 09:15PM UTC 16
100.0
GitHub Action Run
4 35151250747.4 16 Sep 2026 09:15PM UTC 16
100.0
GitHub Action Run
5 35151250747.5 16 Sep 2026 09:15PM UTC 16
100.0
GitHub Action Run
Source Files on build 35151250747
  • Tree
  • List 16
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35151250747
  • bd97457f on github
  • Prev Build on master (#35096805916)
  • Next Build on master (#35151436767)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc