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

octokit / app.js / 38 / 3
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2018 04:32PM UTC
Files 4
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

16 Dec 2018 04:31PM UTC coverage: 100.0%. Remained the same
Node 10, coverage upload

push

travis-ci-com

gr2m
feat: add `baseUrl` App option

The option can be used to override hardcoded defaults from @octokit/endpoint.

So that we can now use it to work on GitHub Enterprise installations:

```js
const app = new App({
  id: APP_ID,
  privateKey: PRIVATE_KEY,
  baseUrl: 'https://github-enterprise.com/api/v3'
})
```

6 of 6 branches covered (100.0%)

Branch coverage included in aggregate %.

25 of 25 relevant lines covered (100.0%)

5.0 hits per line

Source Files on job 38.3 (Node 10, coverage upload)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25
  • Travis Job 38.3
  • 8c2a9919 on github
  • Prev Job for Node 10, coverage upload on master (#34.3)
  • Next Job for Node 10, coverage upload on master (#45.3)
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