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

Rotorsoft / act-root / 25641464034
100%

Build:
DEFAULT BRANCH: master
Ran 10 May 2026 10:30PM UTC
Jobs 1
Files 46
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

10 May 2026 10:25PM UTC coverage: 100.0%. Remained the same
25641464034

push

github

rotorsoft
fix(ci): rebuild dist in CD instead of relying on broken artifact

`actions/upload-artifact@v7` strips the longest common ancestor from
its glob (`libs/*/dist` → common ancestor `libs/`), so dist files
landed at `<root>/<lib>/dist/` in the CD job instead of
`<root>/libs/<lib>/dist/`. `pnpm publish` from `libs/<lib>` then
found no `dist/` and silently shipped only LICENSE + README +
package.json.

11 versions across 7 libs went out broken since the "build once"
speedup commit:

  @rotorsoft/act           0.34.0, 0.35.0, 0.35.1
  @rotorsoft/act-pg        0.20.0, 0.20.1
  @rotorsoft/act-patch     1.2.0, 1.2.1
  @rotorsoft/act-sqlite    0.5.0
  @rotorsoft/act-pino      0.4.0
  @rotorsoft/act-sse       1.2.2
  @rotorsoft/act-diagram   0.3.9

Fix: drop the upload/download artifact dance entirely and rebuild
in each CD matrix job (`pnpm build`). Adds ~30s per matrix entry
(7 entries serialized → ~3.5 min) and removes a whole class of bug.

Adds `homepage` + `bugs.url` to each lib's package.json so this
commit touches every lib (paths-filter triggers all 7 CD jobs) and
the rebuild ships a fresh, complete tarball for each.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

1511 of 1511 branches covered (100.0%)

Branch coverage included in aggregate %.

2666 of 2666 relevant lines covered (100.0%)

377.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25641464034.1 10 May 2026 10:30PM UTC 46
100.0
GitHub Action Run
Source Files on build 25641464034
  • Tree
  • List 46
  • 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 #25641464034
  • 992a334f on github
  • Prev Build on master (#25640979309)
  • Next Build on master (#25666135447)
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