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

octokit / rest.js / 1109
100%

Build:
DEFAULT BRANCH: master
Ran 12 Sep 2018 05:35AM UTC
Jobs 1
Files 31
Run time 2s
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

pending completion
1109

push

travis-ci

gr2m
fix(typescript): add namespace to return types (#999)

This ensures each response type is unique, as there are cases where the
same function name exists under multiple namespaces - e.g.
`octokit.issues.getForUser` and `octokit.users.getForUser` (along with
many other getForUser functions).

Prior to this commit a single type `GetForUserResponse` was created,
which was resulted in multiple functions using this one type, and
type being wrong for many of those functions.

Now multiple types are defined - `IssuesGetForUserResponse` and
`UsersGetForUserResponse` etc - one for each function and there is no
overlap.

196 of 196 branches covered (100.0%)

Branch coverage included in aggregate %.

400 of 400 relevant lines covered (100.0%)

755.55 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1109.3 (Node 9, coverage upload) 12 Sep 2018 05:35AM UTC 0
100.0
Travis Job 1109.3
Source Files on build 1109
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1109
  • 8f62e06d on github
  • Prev Build on master (#1108)
  • Next Build on master (#1123)
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