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

mongodb-js / devtools-shared / 20265794165 / 10 – mongodb-ts-autocomplete
78%
main: 78%

Build:
DEFAULT BRANCH: main
Ran 16 Dec 2025 11:19AM UTC
Files 7
Run time 5s
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: 90.164%. Remained the same
mongodb-ts-autocomplete – 20265794165.10

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.

37 of 48 branches covered (77.08%)

Branch coverage included in aggregate %.

128 of 135 relevant lines covered (94.81%)

49.23 hits per line

Source Files on job mongodb-ts-autocomplete - 20265794165.10
  • Tree
  • List 7
  • Changed 1
  • Source Changed 1
  • 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.25)
  • 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

© 2026 Coveralls, Inc