• 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 334 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

29 Mar 2026 07:41AM UTC coverage: 83.858% (+1.4%) from 82.478%
23704373721

push

github

waketzheng
feat: django compatibility field name

3097 of 4162 branches covered (74.41%)

Branch coverage included in aggregate %.

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

526 existing lines in 36 files now uncovered.

11262 of 12961 relevant lines covered (86.89%)

0.87 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
20085106547 develop Official support python3.14 (#2026) * refactor: only imports AbstractEventLoop when type checking * refactor: use from thread instead of anyio.run * fix union annotation error * Add py3.14 to ci * chore: upgrade deps push 10 Dec 2025 02:32AM UTC web-flow github
90.73
19760899544 develop fix: sqlite decimal filter error with `__gt` (#2020) push 28 Nov 2025 10:35AM UTC web-flow github
90.72
19665129793 develop chore: remove darglint from dev dependencies (#2022) * chore: remove darglint from dev dependencies * chore: upgrade deps * chore: update make file * fix: blacksheep example test error with py3.9 push 25 Nov 2025 09:59AM UTC web-flow github
90.71
15627768882 develop refactor: migrate lint tool from isort+black to ruff (#1963) push 13 Jun 2025 06:26AM UTC web-flow github
89.63
See All Builds (293)

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