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

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

Build:
Build:
LAST BUILD BRANCH: crashlytics-react-refactor
DEFAULT BRANCH: master
Ran 19 May 2026 05:56PM UTC
Jobs 3
Files 762
Run time 4min
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: 80.934% (+0.005%) from 80.929%
26114673297

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

11532 of 18111 branches covered (63.67%)

Branch coverage included in aggregate %.

31674 of 35273 relevant lines covered (89.8%)

23257.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test-auth-coverage - 26114673297.1 19 May 2026 05:56PM UTC 208
57.19
GitHub Action Run
2 test-firestore-coverage - 26114673297.2 19 May 2026 06:32PM UTC 436
59.46
GitHub Action Run
3 test-the-rest-coverage - 26114673297.3 19 May 2026 05:59PM UTC 590
79.46
GitHub Action Run
Source Files on build 26114673297
  • Tree
  • List 762
  • Changed 395
  • Source Changed 0
  • Coverage Changed 395
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • eefab3e8 on github
  • Prev Build on main (#26107017950)
  • Next Build on main (#26126519606)
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