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

Stevenic / vectra
96%

Build:
DEFAULT BRANCH: main
Repo Added 03 Apr 2026 01:09AM UTC
Files 31
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/configure-pages-6
  • dependabot/github_actions/actions/deploy-pages-5
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/github_actions/actions/upload-pages-artifact-4
  • dependabot/github_actions/actions/upload-pages-artifact-5
  • dependabot/npm_and_yarn/cheerio-1.2.0
  • dependabot/npm_and_yarn/dotenv-17.4.1
  • dependabot/npm_and_yarn/eslint-10.2.0
  • dependabot/npm_and_yarn/grpc/grpc-js-1.14.4
  • dependabot/npm_and_yarn/grpc/proto-loader-0.8.1
  • dependabot/npm_and_yarn/huggingface/transformers-4.2.0
  • dependabot/npm_and_yarn/mocha-11.7.5
  • dependabot/npm_and_yarn/mocha-11.7.6
  • dependabot/npm_and_yarn/nyc-18.0.0
  • dependabot/npm_and_yarn/openai-6.33.0
  • dependabot/npm_and_yarn/protobufjs-8.0.0
  • dependabot/npm_and_yarn/protobufjs-8.4.2
  • dependabot/npm_and_yarn/sinon-22.0.0
  • dependabot/npm_and_yarn/turndown-7.2.4
  • dependabot/npm_and_yarn/types/node-25.5.0
  • dependabot/npm_and_yarn/types/node-25.5.2
  • dependabot/npm_and_yarn/types/node-25.9.1
  • dependabot/npm_and_yarn/types/turndown-5.0.6
  • dependabot/npm_and_yarn/types/uuid-11.0.0
  • dependabot/npm_and_yarn/types/yargs-17.0.35
  • dependabot/npm_and_yarn/typescript-5.9.3
  • dependabot/npm_and_yarn/typescript-eslint/parser-8.60.0
  • dependabot/npm_and_yarn/uuid-13.0.0
  • dependabot/npm_and_yarn/webpack-5.107.2
  • dependabot/npm_and_yarn/webpack-cli-7.0.2
  • dependabot/npm_and_yarn/wink-nlp-2.4.0
  • dependabot/npm_and_yarn/yargs-18.0.0
  • stevenic/browser-support
  • stevenic/perf-improvements

24 May 2026 07:01PM UTC coverage: 95.962%. Remained the same
26370044991

push

github

Stevenic
updated api references

947 of 1036 branches covered (91.41%)

Branch coverage included in aggregate %.

1905 of 1936 relevant lines covered (98.4%)

33.25 hits per line

Relevant lines Covered
Build:
Build:
1936 RELEVANT LINES 1905 COVERED LINES
33.25 HITS PER LINE
Source Files on main
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26370044991 main updated api references push 24 May 2026 07:02PM UTC Stevenic github
95.96
26368506539 main Stevenic/perf improvements (#124) * perf improvements * perf and bug fixes array. 3. Batch chunk removal in deleteDocument (src/LocalDocumentIndex.ts:180) Added a new public LocalIndex.deleteItems(ids: Iterable<string>) that does a single... push 24 May 2026 05:52PM UTC web-flow github
95.96
26335207186 main Bump @types/yargs from 17.0.33 to 17.0.35 (#117) Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 17.0.33 to 17.0.35. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases... push 23 May 2026 02:27PM UTC web-flow github
93.76
26335198200 main Bump typescript from 5.8.3 to 5.9.3 (#116) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/co... push 23 May 2026 02:26PM UTC web-flow github
93.76
26335168302 main Bump openai from 4.104.0 to 6.33.0 (#115) Bumps [openai](https://github.com/openai/openai-node) from 4.104.0 to 6.33.0. - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/mas... push 23 May 2026 02:25PM UTC web-flow github
93.76
26335152262 main Bump eslint from 10.1.0 to 10.2.0 (#114) Bumps [eslint](https://github.com/eslint/eslint) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.1.0...v10.2.0) ... push 23 May 2026 02:24PM UTC web-flow github
93.76
26335126065 main Bump nyc from 17.1.0 to 18.0.0 (#113) Bumps [nyc](https://github.com/istanbuljs/nyc) from 17.1.0 to 18.0.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [C... push 23 May 2026 02:23PM UTC web-flow github
93.76
26335111056 main Bump actions/configure-pages from 5 to 6 (#112) Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5 to 6. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions... push 23 May 2026 02:22PM UTC web-flow github
93.76
23946234510 main fix: quote glob in test scripts so all spec files run on Linux CI On Linux, /bin/sh expands unquoted `src/**/*.spec.ts` without globstar, matching only one directory level deep. This silently skipped 20 of 30 spec files in CI, producing ~45% cove... push 03 Apr 2026 12:31PM UTC Stevenic github
93.76
23944910128 main updated coverage push 03 Apr 2026 11:39AM UTC Stevenic github
45.72
See All Builds (73)
  • Repo on GitHub
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