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

firebase / firebase-js-sdk / 26114673297 / 3
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 590
Run time 44s
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: 79.457% (+0.04%) from 79.414%
26114673297.3

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

7127 of 10139 branches covered (70.29%)

Branch coverage included in aggregate %.

22191 of 26759 relevant lines covered (82.93%)

308.61 hits per line

Source Files on job test-the-rest-coverage - 26114673297.3
  • Tree
  • List 590
  • Changed 128
  • Source Changed 0
  • Coverage Changed 128
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.3)
  • 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