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

source-academy / plugins / 30350942821
97%
feat/add-init-infra: 67%

Build:
Build:
LAST BUILD BRANCH: misc-changes
DEFAULT BRANCH: feat/add-init-infra
Ran 28 Jul 2026 10:30AM UTC
Jobs 2
Files 10
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

28 Jul 2026 10:29AM UTC coverage: 97.765%. Remained the same
30350942821

push

github

web-flow
Fix stale packageManager pin blocking npm publish for new packages (#73)

Every workspace package's own package.json still pinned
"packageManager": "yarn@4.6.0", left over from before root's pin was
bumped to yarn@4.12.0. npm publish's prepack script runs `yarn build`
with cwd = that package's own directory, so Corepack resolved the
package's stale 4.6.0 pin instead of root's 4.12.0 - and yarn 4.6.0
doesn't recognize the npmPreapprovedPackages key now in .yarnrc.yml,
so it hard-failed before ever building anything:

  Usage Error: Unrecognized or legacy configuration settings found:
  npmPreapprovedPackages

This was latent for a long time because changeset publish only runs
a package's prepack when it needs a *fresh* publish - every
already-published package skips it. PR #71 (data visualizer) was the
first to add brand-new packages since root's pin was bumped, so it's
the first to trip this: common-data-visualizer, runner-data-visualizer,
and web-data-visualizer all failed to publish, which also aborted the
GitHub Pages deploy job since it needs the build job to succeed.

Verified locally: `npm publish --dry-run` now succeeds for all three
data-visualizer packages.

46 of 50 branches covered (92.0%)

Branch coverage included in aggregate %.

129 of 129 relevant lines covered (100.0%)

10.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30350942821.1 28 Jul 2026 10:30AM UTC 10
97.77
GitHub Action Run
2 30350942821.2 29 Jul 2026 01:25AM UTC 10
97.77
GitHub Action Run
Source Files on build 30350942821
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30350942821
  • 8fda5a33 on github
  • Prev Build on main (#30344199234)
  • Next Build on main (#30351245139)
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