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

cheeriojs / cheerio / 30668946525
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: fix/algolia-search
DEFAULT BRANCH: main
Ran 31 Jul 2026 10:08PM UTC
Jobs 1
Files 16
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

31 Jul 2026 10:07PM UTC coverage: 99.562% (-0.001%) from 99.563%
30668946525

Pull #5388

github

fb55
fix(website): address review feedback

- Restore the post slug in the blog index links. A perl substitution
  interpolated `${post.id}` as a shell variable, leaving both links
  pointing at `/blog//`. The link check missed it because path joining
  normalises the double slash away, so a dead link resolved to the
  index; it now rejects malformed hrefs before resolving them.

- Fix the ESLint failures blocking CI: drop the unneeded shebang, set
  `process.exitCode` from a single catch instead of calling
  `process.exit()` mid-script, convert consecutive line comments to
  block comments, and sort the package scripts.

- Declare `mdast-util-to-string`, which was being resolved through a
  transitive dependency.

- Compare the read-back configuration with sorted keys. Algolia is free
  to return nested objects in any key order, which the previous
  stringify comparison would have reported as drift, failing the sync
  job every run even when nothing had changed.

- Time out the crawler API calls so an unresponsive endpoint fails the
  job rather than hanging it.

- Split the query string off before appending a trailing slash, so
  `/docs/page?tab=api` no longer becomes `/docs/page?tab=api/`.

- Point the sync script's header at the sync-crawler job in site.yml.
Pull Request #5388: fix(website): restore Algolia search after the redesign

265 of 265 branches covered (100.0%)

Branch coverage included in aggregate %.

872 of 877 relevant lines covered (99.43%)

378.88 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
99.66
-0.0% src/api/attributes.ts
Jobs
ID Job ID Ran Files Coverage
1 30668946525.1 31 Jul 2026 10:08PM UTC 16
99.56
GitHub Action Run
Source Files on build 30668946525
  • Tree
  • List 16
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30668946525
  • Pull Request #5388
  • PR Base - main (#30541394266)
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