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

graphql-python / graphene-sqlalchemy / 203 / 1
92%
master: 98%

Build:
Build:
LAST BUILD BRANCH: graphene-v3
DEFAULT BRANCH: master
Ran 27 Sep 2018 03:49AM UTC
Files 6
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

27 Sep 2018 03:48AM UTC coverage: 92.12% (+0.3%) from 91.854%
TEST_TYPE=build

Pull #165

travis-ci

web-flow
Fix for enum type duplication in graphene schema

The converter code was created a new type for each Enum column that it
encountered. The problem is where the same Enum type is used for
multiple columns. In that case graphene will notice two schema types
with the same underlying name and throw an Assertion error like:

AssertionError: Found different types with the same name in the schema: pet_kind, pet_kind.

This fix creates a new registry dict for storing a type.name to Enum
mapping that allows for reuse.
Pull Request #165: Fix for enum type duplication in graphene schema

339 of 368 relevant lines covered (92.12%)

0.92 hits per line

Source Files on job 203.1 (TEST_TYPE=build)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 194
  • Travis Job 203.1
  • b6106f75 on github
  • Prev Job for TEST_TYPE=build on dupenums (#201.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

© 2025 Coveralls, Inc