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

ajv-validator / ajv / 24878072119 / 2
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2026 07:40AM UTC
Files 102
Run time 4s
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

24 Apr 2026 07:37AM UTC coverage: 96.304%. Remained the same
24878072119.2

push

github

web-flow
fix: add ES2022.RegExp for RegExpIndicesArray; fixes ajv-validator/ajv#2603 (#2604)

without ES2022.RegExp, `npm install` will fail due to RegExpIndicesArray
not being present in the ES2018 lib.

Specifically:

```sh
$ npm install

> ajv@8.18.0 prepublish
> npm run build

> ajv@8.18.0 build
> rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts

node_modules/re2/re2.d.ts:11:15 - error TS2304: Cannot find name 'RegExpIndicesArray'.

11     indices?: RegExpIndicesArray;
                 ~~~~~~~~~~~~~~~~~~

Found 1 error in node_modules/re2/re2.d.ts:11
```

2181 of 2327 branches covered (93.73%)

Branch coverage included in aggregate %.

4124 of 4220 relevant lines covered (97.73%)

161591.99 hits per line

Source Files on job 24878072119.2
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24878072119
  • 9caf8d64 on github
  • Prev Job for on master (#24877999648.1)
  • Next Job for on master (#24891316877.2)
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