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

philihp / kennerspiel / 27480417101
96%

Build:
DEFAULT BRANCH: main
Ran 13 Jun 2026 10:03PM UTC
Jobs 1
Files 116
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

13 Jun 2026 10:02PM UTC coverage: 96.185%. Remained the same
27480417101

push

github

web-flow
fix: set Vercel rootDirectory to web/ to restore builds (#1765)

* fix: set Vercel rootDirectory to web/

Vercel detects pnpm (due to web/pnpm-lock.yaml) then runs pnpm install
from the repo root, which has no package.json or workspace config.
Setting rootDirectory to "web" scopes all Vercel build steps to the
Next.js app directory where the lockfile and package.json live.

https://claude.ai/code/session_01NuriEb6hEDL2KvhiJ5tv8J

* fix: remove invalid vercel.json and web/pnpm-workspace.yaml

vercel.json: rootDirectory is not a valid vercel.json schema property;
Vercel auto-detects web/ as the Next.js root via next.config.mjs.

web/pnpm-workspace.yaml: pnpm 9 (used by Vercel) requires a packages
field in pnpm-workspace.yaml; the file only had allowBuilds (a pnpm 10
feature) which pnpm 9 doesn't recognize. pnpm install was failing with
"packages field missing or empty" on every deployment. Removing it lets
pnpm 9 treat web/ as a regular single-package project.

https://claude.ai/code/session_01NuriEb6hEDL2KvhiJ5tv8J

---------

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

1311 of 1501 branches covered (87.34%)

Branch coverage included in aggregate %.

3505 of 3506 relevant lines covered (99.97%)

707.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27480417101.1 13 Jun 2026 10:03PM UTC 116
96.19
GitHub Action Run
Source Files on build 27480417101
  • Tree
  • List 116
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b34416c2 on github
  • Prev Build on main (#27475038904)
  • Next Build on main (#27480458539)
  • 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