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

graphql-python / graphene-sqlalchemy / 194
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: graphene-v3
DEFAULT BRANCH: master
Ran 24 Jul 2018 01:14PM UTC
Jobs 4
Files 6
Run time 6min
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
194

Pull #147

travis-ci

web-flow
Update converter.py

When using reflection to build the models (instead of declarative) the Enum conversion fails because the ENUM column is treated as string so doing type.name returns None.

```sql
CREATE TABLE `foos` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `status` ENUM('open', 'closed') DEFAULT 'open',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
```

```python
class Foo(Base):

    __table__ = Table('foos', metadata, autoload=True)

```
Pull Request #147: MySQL Enum conversion issue

1 of 1 new or added line in 1 file covered. (100.0%)

328 of 357 relevant lines covered (91.88%)

3.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 194.1 (TEST_TYPE=build) 24 Jul 2018 01:14PM UTC 0
91.88
Travis Job 194.1
2 194.2 (TEST_TYPE=build) 24 Jul 2018 01:15PM UTC 0
91.88
Travis Job 194.2
3 194.3 (TEST_TYPE=build) 24 Jul 2018 01:15PM UTC 0
91.88
Travis Job 194.3
4 194.4 (TEST_TYPE=build) 24 Jul 2018 01:16PM UTC 0
91.88
Travis Job 194.4
Source Files on build 194
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #194
  • Pull Request #147
  • PR Base - master (#192)
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