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

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

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2019 05:36AM UTC
Files 30
Run time 2s
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: 86.747% (+0.03%) from 86.717%
TORTOISE_TEST_DB="sqlite:///tmp/test-{}.sqlite"

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.

614 of 686 branches covered (89.5%)

Branch coverage included in aggregate %.

1965 of 2287 relevant lines covered (85.92%)

0.86 hits per line

Source Files on job 441.1 (TORTOISE_TEST_DB="sqlite:///tmp/test-{}.sqlite")
  • 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.1
  • 86864a5d on github
  • Prev Job for TORTOISE_TEST_DB="sqlite:///tmp/test-{}.sqlite" on master (#430.1)
  • Next Job for TORTOISE_TEST_DB="sqlite:///tmp/test-{}.sqlite" on master (#442.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

© 2026 Coveralls, Inc