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

waketzheng / tortoise-orm
82%

Build:
DEFAULT BRANCH: develop
Repo Added 08 Sep 2021 06:38AM UTC
Token evkH3TACO49Uws3YpyDZGLohDO6Vm32B2 regen
Build 327 Last
Files 132
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

LAST BUILD ON BRANCH develop
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 0.25.4
  • Remove-unnecessary-lines
  • add-project-section
  • chore-update-makefile
  • ci-mysql-8
  • ci-pip-cache
  • ci-py3.14
  • ci-py313
  • ci-speed-up
  • ci-upgrade-actions
  • delete-duplicate-validate-model-name
  • develop
  • django-compatible
  • drop-py38
  • dynamic-off-gtid-mode-conftest
  • fastapi-lifespan-support
  • fastapi-register-without-app
  • feat-auto-choose-field-type-for-IntEnumField
  • feat-foreignkey-to-model
  • feat-index-hash-eq
  • feat-run-in-memory-sqlite
  • feat-uv
  • fix-1551
  • fix-1575
  • fix-1780
  • fix-Enums-not-quoted
  • fix-changelog
  • fix-contributing
  • fix-creator-error
  • fix-does-not-exist
  • fix-executor-todos
  • fix-fastapi-example-test
  • fix-fastapi-exception-handle
  • fix-index-name
  • fix-make-lint
  • fix-models-todo
  • fix-mssql
  • fix-mssql-pow-func
  • fix-multi-m2m
  • fix-mysql-myisam-test-error
  • fix-o2o-pk-combine-m2m
  • fix-py311-make-deps-error
  • fix-pydantic-model-creator-error
  • fix-pydanticV2.5-unittest-error
  • fix-pytest-asyncio-warning
  • fix-python3.11-testcase-error
  • fix-sanic-example
  • fix-sqlite-decimal-filter
  • fix-tests-todos
  • fix-todo-in-executor
  • fix-typing_extensions
  • fix-utcnow-warning
  • flake8-simplify
  • improve-jsonfield-type-hint
  • improve-type-hints
  • keep-branch-true
  • merge-0.25.4
  • mysql-index
  • no-alias
  • no-typing-extensions
  • optimize-config-password-logging
  • optimize-model
  • optional-aiosqlite
  • pk2primary_key
  • python3.11
  • refactor-apply-contextlib-suppress
  • refactor-fastapi-example
  • refactor-generate-index-sql
  • refactor-intfields-inherit
  • refactor-m2m-add
  • refactor-query.utils-to-fix-todos
  • refactor-queryset
  • refactor-run-async
  • refactor-share-logic
  • refactor-signal-listeners
  • release-0.25.2
  • remove-darglint
  • remove-duplicate-version-info
  • remove-duplicated-code
  • remove-iso8601
  • remove-poetry-section
  • remove-pytest-asyncio
  • remove_--cov-append
  • remove_coverage-branch=true
  • rename-pypika
  • replace-Type
  • replace-pytz
  • repr-index
  • safe-schema
  • simple-refactor
  • slim
  • support-fastapi-lifespan
  • support-fastapi-lifespan-register
  • support-on-delete-no-action
  • support-pydantic2.9
  • tech-update-deps
  • test-action
  • test-date-filter
  • test-examples
  • try-coverage-branch-true
  • try-date-filter
  • try-m2m-self
  • try-py313
  • type-hint-backends
  • type-hint-backends-reduce-any
  • type-hint-for-fastapi-example
  • type-hint-for-filter
  • type-hints
  • update-changelog
  • update-ci
  • update-deps
  • update-fastapi-example
  • update-m2m-describe
  • update-pk-field-only
  • update-readme
  • upgrade-blacksheep
  • upgrade-blacksheep-to-v2
  • use-cache-action
  • use-ruff
  • uv-speed-up
  • validate-int-field
  • validate-pypika

10 Feb 2026 08:02AM UTC coverage: 82.478% (-1.5%) from 83.987%
21872882626

push

github

web-flow
Escape only "[" "]" for db url parsing (#2092)

2779 of 3836 branches covered (72.45%)

Branch coverage included in aggregate %.

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

893 existing lines in 38 files now uncovered.

10420 of 12167 relevant lines covered (85.64%)

0.86 hits per line

Relevant lines Covered
Build:
Build:
12167 RELEVANT LINES 10420 COVERED LINES
0.86 HITS PER LINE
Source Files on develop
  • Tree
  • List 132
  • Changed 51
  • Source Changed 0
  • Coverage Changed 51
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21872882626 develop Escape only "[" "]" for db url parsing (#2092) push 10 Feb 2026 04:23PM UTC web-flow github
82.48
21782611090 replace-pytz Fix test error push 07 Feb 2026 03:54PM UTC waketzheng github
84.04
21773168294 replace-pytz Merge branch 'develop' of github.com:tortoise/tortoise-orm into replace-pytz push 07 Feb 2026 03:17AM UTC waketzheng github
83.83
21736857747 develop chore: bump version and update changelog (#2071) * Release 0.25.4 (#2070) * Bump version: 0.25.3 → 0.25.4 * docs: update changelog push 06 Feb 2026 02:59AM UTC web-flow github
83.99
21713546888 develop Introduce TortoiseContext, remove global state (#2069) * Introduce TortoiseContext, remove global state * Fixes * Fixes * Fixes * Fixes * Fixes * Global fallback for fastapi * Fix clean up, add docs * Fix docs, typings push 05 Feb 2026 01:44PM UTC web-flow github
84.4
21657391354 merge-0.25.4 Merge remote-tracking branch 'upstream/develop' into merge-0.25.4 push 04 Feb 2026 03:44AM UTC waketzheng github
84.4
21602269605 merge-0.25.4 docs: update changelog push 02 Feb 2026 06:34PM UTC waketzheng github
85.02
21598822498 0.25.4 docs: update changelog push 02 Feb 2026 04:51PM UTC waketzheng github
90.74
21561403322 replace-pytz refactor: move pytz to optional deps push 01 Feb 2026 10:48AM UTC waketzheng github
84.86
21560883728 develop feat: support `__year` filter for DateField (#2067) * test: add date filter * Support `__year` filter for DateField * Rollback unnecessary changes --------- Co-authored-by: long2ice <long2ice@gmail.com> push 01 Feb 2026 10:10AM UTC web-flow github
85.02
See All Builds (286)

Badge your Repo: tortoise-orm

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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