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

silvermine / toolbox / 19141658822 / 3
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: renovate/lock-file-maintenance
DEFAULT BRANCH: master
Ran 06 Nov 2025 03:58PM UTC
Files 35
Run time 1s
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

06 Nov 2025 03:55PM UTC coverage: 98.841%. Remained the same
19141658822.3

Pull #120

github

onebytegone
fix: ensure hasDefined is called on an object

Prior to this change, the following snippet would not throw a type error but would throw a
runtime error:

```ts
type TestObj = { firstName: string } | undefined;

const obj: TestObj = undefined;

hasDefined(obj, 'firstName');
```

Now that snippet will have the type error of: "Argument of type 'undefined' is not
assignable to parameter of type 'object'.ts(2345)"
Pull Request #120: fix: ensure hasDefined is called on an object

85 of 87 branches covered (97.7%)

Branch coverage included in aggregate %.

256 of 258 relevant lines covered (99.22%)

19.0 hits per line

Source Files on job lts/* - 19141658822.3
  • Tree
  • List 35
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19141658822
  • e532ebf5 on github
  • Prev Job for on has-defined-object (#18779553109.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