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

mongodb-js / devtools-shared / 20265794165 / 3 – query-parser
78%
main: 78%

Build:
DEFAULT BRANCH: main
Ran 16 Dec 2025 11:19AM UTC
Files 4
Run time 7s
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

16 Dec 2025 11:07AM UTC coverage: 84.326%. Remained the same
query-parser – 20265794165.3

push

github

web-flow
feat(eslint-plugin-devtools): add rule forbidding non-null prototypes for `Record`s (#604)

`Record` types in TS are typically used to indicate that an object
may have arbitrary keys. This means that using `{}` or similar object
literals to initialize them is a poor choice -- if user code can
cause keys like `hasOwnProperty` or `__proto__` to be used as
keys on those objects, they will not behave as intended.

This has been the cause of many security issues in the JS
ecosystem, so let's add a lint rule to limit impact
of these issues and force ourselves to stick to best practices.

87 of 107 branches covered (81.31%)

Branch coverage included in aggregate %.

182 of 212 relevant lines covered (85.85%)

10.74 hits per line

Source Files on job query-parser - 20265794165.3
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20265794165
  • e6f66d94 on github
  • Prev Job for on main (#20107720188.7)
  • Next Job for on main (#20265851009.20)
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

© 2025 Coveralls, Inc