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

graphql-python / graphene-django / 385 / 5
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2017 07:47AM UTC
Files 25
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

31 Aug 2017 05:38PM UTC coverage: 93.035% (+0.8%) from 92.268%
TEST_TYPE=build DJANGO_VERSION=1.8

Pull #261

travis-ci

web-flow
ensure SerializerMutation.errors is None on success in 2.x

Upon success the result was correct but also included:

"errors": [
  {
    "message": "User Error: expected iterable, but did not find one
for field <SerializerMutation_Subclass>Payload.errors."
  }
]

This seemed to be due to Payload.errors defaulting to graphene.List
rather than unset or None. Unsure what exactly changed with 2.x to break
this, so I welcome a better fix, but explicitly setting errors to None
also seems easy enough.
Pull Request #261: fix various SerializerMutation regressions

895 of 962 relevant lines covered (93.04%)

0.93 hits per line

Source Files on job 385.5 (TEST_TYPE=build DJANGO_VERSION=1.8)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 385
  • Travis Job 385.5
  • f8950a90 on github
  • Prev Job for TEST_TYPE=build DJANGO_VERSION=1.8 on master (#380.5)
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