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

graphql-python / graphene-django / 385 / 2
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: 92.412% (+0.4%) from 92.059%
TEST_TYPE=build DJANGO_VERSION=1.11

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

889 of 962 relevant lines covered (92.41%)

0.92 hits per line

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