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

firebase / firebase-js-sdk / 26114673297 / 2
81%
master: 0%

Build:
Build:
LAST BUILD BRANCH: crashlytics-traces2-firebase-span-processor-tests
DEFAULT BRANCH: master
Ran 19 May 2026 06:32PM UTC
Files 436
Run time 45s
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

19 May 2026 05:42PM UTC coverage: 59.46%. Remained the same
26114673297.2

push

github

web-flow
fix(changelog-generator): fix postinstall build failure (#9948)

The fix has two parts:

1. Add `"types": ["node"]` to tsconfig.

2. Fix an incorrect type cast in `index.ts`. The parsed GitHub API response
   was being cast to the DOM `Response` type to access its `.body` property,
   which is wrong — `Response.body` is a `ReadableStream`, not a string. The
   actual value is the parsed JSON from the GitHub PR API, whose `body` field
   is `string | null` per the API schema. Updated the cast accordingly.

Resolves #9947

5865 of 10766 branches covered (54.48%)

Branch coverage included in aggregate %.

17431 of 28413 relevant lines covered (61.35%)

28572.02 hits per line

Source Files on job test-firestore-coverage - 26114673297.2
  • Tree
  • List 436
  • Changed 184
  • Source Changed 0
  • Coverage Changed 184
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26114673297
  • eefab3e8 on github
  • Prev Job for on main (#26107017950.1)
  • Next Job for on main (#26126519606.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