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

graphql-python / graphene-django / 385
95%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2017 05:39PM UTC
Jobs 6
Files 25
Run time 847min
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
385

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

7 of 7 new or added lines in 2 files covered. (100.0%)

900 of 966 relevant lines covered (93.17%)

5.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 385.1 (TEST_TYPE=build DJANGO_VERSION=1.11) 01 Sep 2017 07:45AM UTC 0
92.83
Travis Job 385.1
2 385.2 (TEST_TYPE=build DJANGO_VERSION=1.11) 01 Sep 2017 07:47AM UTC 0
92.41
Travis Job 385.2
3 385.3 (TEST_TYPE=build DJANGO_VERSION=1.11) 01 Sep 2017 07:46AM UTC 0
92.41
Travis Job 385.3
5 385.5 (TEST_TYPE=build DJANGO_VERSION=1.8) 01 Sep 2017 07:47AM UTC 0
93.04
Travis Job 385.5
6 385.6 (TEST_TYPE=build DJANGO_VERSION=1.9) 01 Sep 2017 07:47AM UTC 0
92.8
Travis Job 385.6
7 385.7 (TEST_TYPE=build DJANGO_VERSION=1.10) 01 Sep 2017 07:47AM UTC 0
92.8
Travis Job 385.7
Source Files on build 385
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #385
  • Pull Request #261
  • PR Base - master (#380)
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