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

octokit / webhooks.js / 7 / 4
100%
master: 100%

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

21 Nov 2017 11:43PM UTC coverage: 100.0%. Remained the same
7.4

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%)

4.06 hits per line

Source Files on job 7.4
  • Tree
  • List 0
  • Changed 8
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7
  • Travis Job 7.4
  • 1257dc7d on github
  • Prev Job for on master (#5.2)
  • Next Job for on master (#11.4)
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