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

waketzheng / tortoise-orm
84%

Build:
DEFAULT BRANCH: develop
Repo Added 08 Sep 2021 06:38AM UTC
Token evkH3TACO49Uws3YpyDZGLohDO6Vm32B2 regen
Build 346 Last
Files 134
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: develop
CHANGE BRANCH
x
Reset
Sync Branches
  • develop
  • 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
  • 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-typed-config
  • 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
  • main
  • 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
  • starlette-v1
  • 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

27 May 2026 08:39AM UTC coverage: 84.44%. Remained the same
26501414517

push

github

waketzheng
Merge branch 'fix-2174' into develop

3185 of 4232 branches covered (75.26%)

Branch coverage included in aggregate %.

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

11576 of 13249 relevant lines covered (87.37%)

0.87 hits per line

Relevant lines Covered
Build:
Build:
13249 RELEVANT LINES 11576 COVERED LINES
0.87 HITS PER LINE
Source Files on develop
  • Tree
  • List 134
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26501414517 develop Merge branch 'fix-2174' into develop push 27 May 2026 09:03AM UTC waketzheng github
84.44
26495315659 develop Improve type hints push 27 May 2026 06:48AM UTC waketzheng github
84.44
26449161680 develop Merge branch 'develop' of github.com:tortoise/tortoise-orm into develop push 26 May 2026 01:00PM UTC waketzheng github
84.44
25244004339 develop Merge branch 'develop' of github.com:tortoise/tortoise-orm into develop push 02 May 2026 04:49AM UTC waketzheng github
84.24
23704373721 develop feat: django compatibility field name push 29 Mar 2026 07:55AM UTC waketzheng github
83.86
21872882626 develop Escape only "[" "]" for db url parsing (#2092) push 10 Feb 2026 04:23PM UTC web-flow github
82.48
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
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
20261579068 develop Update version to 0.25.2 (#2040) push 16 Dec 2025 08:48AM UTC web-flow github
90.73
See All Builds (305)

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