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

thoughtspot / mcp-server / 25719255237
90%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 07:10AM UTC
Jobs 1
Files 31
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

12 May 2026 07:09AM UTC coverage: 90.221%. Remained the same
25719255237

push

github

web-flow
Fix Docker build after prepare hook addition (#153)

* Fix Docker build after prepare hook addition

## Summary

Prevent Docker image builds from failing after the repo-managed prepare hook was
added. The image installed dependencies before copying the hook installer
script, so npm ci invoked prepare and failed before the rest of the repo was
available.

## What Changed

- copy scripts/install-git-hooks.mjs into the image before npm ci
- keep the existing Docker layer ordering and cache behavior otherwise unchanged

## Semantics

- this only affects container builds; local npm install and npm ci behavior is
  unchanged
- the hook installer still exits cleanly in non-git environments once the script
  is present in the image

## Validation

- ran npm run prepare in a stripped temp directory containing package.json,
  tsconfig.json, and scripts/install-git-hooks.mjs
- confirmed the prepare step exits cleanly with the expected non-git checkout
  message

* Optimize Docker cache for prepare hook

Use a placeholder install-git-hooks.mjs during npm ci so the
 dependency layer stays keyed to package metadata instead of the
 local hook script.

Validation:
- docker build -t thoughtspot-mcp-server:fixdockerprepare-v2 .

718 of 824 branches covered (87.14%)

Branch coverage included in aggregate %.

1524 of 1661 relevant lines covered (91.75%)

940.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25719255237.1 12 May 2026 07:10AM UTC 31
90.22
GitHub Action Run
Source Files on build 25719255237
  • Tree
  • List 31
  • 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 #25719255237
  • 7c267b37 on github
  • Prev Build on main (#25711624098)
  • Next Build on main (#25884018077)
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