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

webonyx / graphql-php / 341 / 2
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 26 Nov 2017 11:11AM UTC
Files 160
Run time 4s
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

26 Nov 2017 11:05AM UTC coverage: 92.649% (+0.003%) from 92.646%
341.2

Pull #202

travis-ci

web-flow
Support non pre-parsed PSR-7 request body

Because PSR-7 specification only specify that `getParsedBody()` **may**
return the parsed body for `application/json`, we cannot assume that it
is always the case. So if the value returned parsed body is an empty array,
it means we should try to parse it ourselves (`null` would mean no body at
all according to spec).

With this modification we try to used given parsed body, but fallback on
trying to parse the body if necessary. This leave the door open to custom
implementation of parsing if needed, while making it easier to use out of
the box.
Pull Request #202: Support non pre-parsed PSR-7 request body

6592 of 7115 relevant lines covered (92.65%)

106.64 hits per line

Source Files on job 341.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 341
  • Travis Job 341.2
  • e78803d0 on github
  • Prev Job for on master (#330.2)
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