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

auditstatus / auditstatus.com / 22746225943
96%

Build:
DEFAULT BRANCH: main
Ran 06 Mar 2026 02:25AM UTC
Jobs 1
Files 5
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

06 Mar 2026 02:24AM UTC coverage: 96.792% (-1.4%) from 98.204%
22746225943

push

github

titanism
fix: add Windows support for process verification and binary hashing

server-check.js:
- checkRunningProcesses: use `tasklist /FO CSV` on Windows instead of
  `ps aux`; parse CSV output to extract PIDs; case-insensitive process
  name matching
- _verifyProcessExecutable: use WMIC/PowerShell on Windows to resolve
  executable path and command line for a given PID (falls back
  gracefully when neither is available)
- checkBinarySignatures: use `where` instead of `which` on Windows;
  handle multi-line output from `where`

e2e-verification.test.js:
- Replace `execSync('which node')` with `process.execPath` to avoid
  ENOENT on Windows where `which` returns path without .exe
- Guard process-introspection assertions behind platform checks since
  WMIC/PowerShell resolution is best-effort on Windows CI
- Handle `tasklist` not exposing `process.title` (only image name)
  for the e2e-test-server custom process test
- Make binary hash mismatch assertions conditional on whether the
  binary was actually resolved

server-check.test.js:
- Guard pid exePath/exeHash assertions behind `os.platform() !== 'win32'`
- Make binary signature sha256 assertion conditional on resolution

Fixes 11 test failures on windows-latest CI runners.

490 of 513 branches covered (95.52%)

Branch coverage included in aggregate %.

32 of 71 new or added lines in 1 file covered. (45.07%)

2588 of 2667 relevant lines covered (97.04%)

10.07 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
39
90.19
-4.67% scripts/server-check.js
Jobs
ID Job ID Ran Files Coverage
1 22746225943.1 06 Mar 2026 02:25AM UTC 5
96.79
GitHub Action Run
Source Files on build 22746225943
  • Tree
  • List 5
  • 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 #22746225943
  • 38c1854a on github
  • Prev Build on main (#22745125522)
  • Next Build on main (#22746632756)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc