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

source-academy / js-slang / 35717384304
86%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2026 10:44AM UTC
Jobs 1
Files 164
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

22 Sep 2026 10:41AM UTC coverage: 85.681%. Remained the same
35717384304

push

github

web-flow
fix: kill the ssh-agent between the two deploy-docs deploy steps (#2093)

The /javascript and root deploy steps each invoke
peaceiris/actions-gh-pages, which starts an ssh-agent on a fixed
socket path (/tmp/ssh-auth.sock) and leaves it running. The second
step's own ssh-agent then fails to bind to that same path
("Address already in use"), as seen in the first run after #2092
merged: the /javascript deploy succeeded but the root deploy failed
outright.

Verified locally that `ssh-agent -k` (using the $SSH_AUTH_SOCK/
$SSH_AGENT_PID the first step already exported to the job
environment) correctly kills the agent and releases the socket, and
that a subsequent bind to the same path then succeeds.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

2517 of 3052 branches covered (82.47%)

Branch coverage included in aggregate %.

4915 of 5622 relevant lines covered (87.42%)

446268.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35717384304.1 22 Sep 2026 10:44AM UTC 164
85.68
GitHub Action Run
Source Files on build 35717384304
  • Tree
  • List 164
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 1db94da0 on github
  • Prev Build on master (#35714387614)
  • Next Build on master (#35731529354)
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