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

octokit / webhooks.js / 7
100%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2017 11:45PM UTC
Jobs 4
Files 12
Run time 1min
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
7

push

travis-ci

gr2m
breaking: `signature` option no longer handled in `.receive()` method

BREAKING CHANGE:

Before, this would throw an error

```js
webhooks.receive({id, name, data, signature: invalid})
```

Now, the `signature` option is ignored as it’s assumed that the request has been already validated. This makes testing much easier, see https://github.com/probot/probot/pull/335#discussion_r152170945. If you use the EventHandler directly in a framework like hapi, make sure to verify the request before using the receive method using `eventHandler.verify(data, signature)`

67 of 67 branches covered (100.0%)

Branch coverage included in aggregate %.

144 of 144 relevant lines covered (100.0%)

16.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7.1 21 Nov 2017 11:46PM UTC 0
100.0
Travis Job 7.1
2 7.2 21 Nov 2017 11:45PM UTC 0
100.0
Travis Job 7.2
3 7.3 21 Nov 2017 11:45PM UTC 0
100.0
Travis Job 7.3
4 7.4 21 Nov 2017 11:45PM UTC 0
100.0
Travis Job 7.4
Source Files on build 7
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7
  • 1257dc7d on github
  • Prev Build on master (#5)
  • Next Build on master (#11)
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