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

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

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2019 05:40AM 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: 88.467% (+0.01%) from 88.454%
TORTOISE_TEST_DB="postgres://postgres:@127.0.0.1:5432/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.

601 of 687 branches covered (87.48%)

Branch coverage included in aggregate %.

2030 of 2287 relevant lines covered (88.76%)

0.89 hits per line

Source Files on job 441.5 (TORTOISE_TEST_DB="postgres://postgres:@127.0.0.1:5432/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.5
  • 86864a5d on github
  • Prev Job for TORTOISE_TEST_DB="postgres://postgres:@127.0.0.1:5432/test_{}" on master (#430.4)
  • Next Job for TORTOISE_TEST_DB="postgres://postgres:@127.0.0.1:5432/test_{}" on master (#442.4)
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