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

waketzheng / tortoise-orm
91%

Build:
DEFAULT BRANCH: develop
Repo Added 08 Sep 2021 06:38AM UTC
Token evkH3TACO49Uws3YpyDZGLohDO6Vm32B2 regen
Build 308 Last
Files 92
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
  • 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-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
  • 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
  • test-action
  • test-date-filter
  • test-examples
  • try-coverage-branch-true
  • 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

16 Dec 2025 08:14AM UTC coverage: 90.729%. Remained the same
20261579068

push

github

web-flow
Update version to 0.25.2 (#2040)

1627 of 1908 branches covered (85.27%)

Branch coverage included in aggregate %.

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

6633 of 7196 relevant lines covered (92.18%)

5.52 hits per line

Relevant lines Covered
Build:
Build:
7196 RELEVANT LINES 6633 COVERED LINES
5.52 HITS PER LINE
Source Files on develop
  • Tree
  • List 92
  • 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
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
15250130515 develop Add SELECT ... FOR NO KEY UPDATE support for Postgres (#1949) Allow slightly reducing the lock level when using `select_for_update` on Postgres DBs. This lock level allows concurrent inserts and deletes on tables that have foreign key references ... push 26 May 2025 09:16AM UTC web-flow github
89.67
14777318107 develop Release 0.25.0 (#1934) push 01 May 2025 02:55PM UTC web-flow github
89.67
13644936183 develop Release 0.24.2 (#1914) push 04 Mar 2025 02:43AM UTC web-flow github
89.44
13588539079 develop Fix using reserved words in order_by (#1900) push 28 Feb 2025 01:06PM UTC web-flow github
89.43
13543401599 develop fix: model with multi m2m fields generates wrong references name (#1897) * fix: model with multi m2m fields generates wrong references name * docs: update changelog * Update variable name push 26 Feb 2025 12:16PM UTC web-flow github
89.43
See All Builds (282)

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