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

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

Build:
Build:
LAST BUILD BRANCH: graphene-v3
DEFAULT BRANCH: master
Ran 27 Sep 2018 03:49AM UTC
Jobs 4
Files 6
Run time 13s
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
203

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

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

339 of 368 relevant lines covered (92.12%)

3.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 203.1 (TEST_TYPE=build) 27 Sep 2018 03:49AM UTC 0
92.12
Travis Job 203.1
2 203.2 (TEST_TYPE=build) 27 Sep 2018 03:49AM UTC 0
92.12
Travis Job 203.2
3 203.3 (TEST_TYPE=build) 27 Sep 2018 03:50AM UTC 0
92.12
Travis Job 203.3
4 203.4 (TEST_TYPE=build) 27 Sep 2018 03:49AM UTC 0
92.12
Travis Job 203.4
Source Files on build 203
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #203
  • Pull Request #165
  • PR Base - master (#201)
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