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

source-academy / frontend / 30145747182
43%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2026 05:29AM UTC
Jobs 1
Files 467
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

25 Jul 2026 05:25AM UTC coverage: 42.588%. Remained the same
30145747182

push

github

web-flow
Bump conductor to 0.8.0 and await plugin loading in BrowserHostPlugin (#4171)

PR source-academy/conductor#53 makes hostLoadPlugin/requestLoadPlugin
async (Promise<void> instead of void) so the host can be waited on
before the runner proceeds, and renames the RPC procedure from the
notification $requestLoadPlugin to the awaitable requestLoadPlugin.

BrowserHostPlugin.requestLoadPlugin is the actual IHostPlugin
implementation and now matches the new abstract Promise<void>
signature, threading the async contract through createConductor's
onRequestLoadPlugin param down to conductorEvaluatorCache.ts, which
previously fired loadWebPlugin() (an already-async URL-resolve +
import()) with `void ...` to work around the old sync signature. This
is the actual point of conductor#53: large tab bundles (plotly etc.)
now block the runner via hostLoadPlugin's await instead of racing it.

2787 of 7580 branches covered (36.77%)

Branch coverage included in aggregate %.

0 of 2 new or added lines in 2 files covered. (0.0%)

6504 of 14236 relevant lines covered (45.69%)

28.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
4.69
0.0% src/commons/sagas/helpers/conductorEvaluatorCache.ts
1
0.0
0.0% src/features/conductor/BrowserHostPlugin.ts
Jobs
ID Job ID Ran Files Coverage
1 30145747182.1 25 Jul 2026 05:29AM UTC 467
42.59
GitHub Action Run
Source Files on build 30145747182
  • Tree
  • List 467
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f3b7066a on github
  • Prev Build on master (#30145093737)
  • Next Build on master (#30146332373)
  • 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