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

tortoise / tortoise-orm / 441 / 7
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2019 05:42AM UTC
Files 30
Run time 3s
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

06 Feb 2019 05:33AM UTC coverage: 89.311% (+0.1%) from 89.176%
TORTOISE_TEST_DB="mysql://root:@127.0.0.1:3306/test_{}"

push

travis-ci-com

grigi
WIP: Implement field indexes (#89)

* Add a new `index` boolean parameter to the base `Field` constructor.
* When `True`, an index is created for that field. This is implemented by adding a `CREATE INDEX` statement in the table creation query.
* If `safe=True`,  the index is only created if it doesn't exist already. For this we use a deterministic index name. Not supported on MySQL.

608 of 688 branches covered (88.37%)

Branch coverage included in aggregate %.

2049 of 2287 relevant lines covered (89.59%)

0.9 hits per line

Source Files on job 441.7 (TORTOISE_TEST_DB="mysql://root:@127.0.0.1:3306/test_{}")
  • Tree
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 266
  • Travis Job 441.7
  • 86864a5d on github
  • Prev Job for TORTOISE_TEST_DB="mysql://root:@127.0.0.1:3306/test_{}" on master (#430.7)
  • Next Job for TORTOISE_TEST_DB="mysql://root:@127.0.0.1:3306/test_{}" on master (#442.7)
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