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

Tatsh / livecheck
100%

Build:
DEFAULT BRANCH: master
Repo Added 13 Apr 2025 05:39AM UTC
Token nEMEhJAuMdqIjgI63RSjZ5z7wScbUkASu regen
Build 364 Last
Files 44
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 master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • Fixes
  • copilot/add-livecheck-json-keys
  • copilot/automate-package-updates
  • copilot/update-manifest-handling
  • davinci
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/npm_and_yarn/brace-expansion-2.0.2
  • dependabot/npm_and_yarn/cspell-8.19.2
  • dependabot/npm_and_yarn/cspell-8.19.3
  • dependabot/npm_and_yarn/cspell-8.19.4
  • dependabot/npm_and_yarn/cspell-9.0.1
  • dependabot/npm_and_yarn/cspell-9.1.1
  • dependabot/npm_and_yarn/cspell-9.1.2
  • dependabot/npm_and_yarn/cspell-9.1.3
  • dependabot/npm_and_yarn/cspell-9.1.5
  • dependabot/npm_and_yarn/cspell-9.2.0
  • dependabot/npm_and_yarn/cspell-9.2.1
  • dependabot/npm_and_yarn/cspell-9.2.2
  • dependabot/npm_and_yarn/cspell-9.3.0
  • dependabot/npm_and_yarn/cspell-9.3.2
  • dependabot/npm_and_yarn/cspell-9.4.0
  • dependabot/npm_and_yarn/cspell-9.6.0
  • dependabot/npm_and_yarn/cspell-9.6.1
  • dependabot/npm_and_yarn/cspell-9.6.2
  • dependabot/npm_and_yarn/glob-10.5.0
  • dependabot/npm_and_yarn/js-yaml-4.1.1
  • dependabot/npm_and_yarn/markdownlint-cli2-0.18.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.18.1
  • dependabot/npm_and_yarn/markdownlint-cli2-0.19.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.19.1
  • dependabot/npm_and_yarn/markdownlint-cli2-0.20.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.21.0
  • dependabot/npm_and_yarn/npm_and_yarn-01f5ad5e18
  • dependabot/npm_and_yarn/npm_and_yarn-e9465924bb
  • dependabot/npm_and_yarn/prettier-3.6.0
  • dependabot/npm_and_yarn/prettier-3.6.2
  • dependabot/npm_and_yarn/prettier-3.7.3
  • dependabot/npm_and_yarn/prettier-3.7.4
  • dependabot/npm_and_yarn/prettier-3.8.0
  • dependabot/npm_and_yarn/prettier-3.8.1
  • dependabot/npm_and_yarn/prettier-plugin-sort-json-4.2.0
  • dependabot/npm_and_yarn/prettier-plugin-toml-2.0.5
  • dependabot/npm_and_yarn/prettier-plugin-toml-2.0.6
  • dependabot/npm_and_yarn/prettier/plugin-xml-3.4.2
  • dependabot/npm_and_yarn/pyright-1.1.400
  • dependabot/npm_and_yarn/pyright-1.1.402
  • dependabot/npm_and_yarn/pyright-1.1.403
  • dependabot/npm_and_yarn/pyright-1.1.404
  • dependabot/npm_and_yarn/pyright-1.1.405
  • dependabot/npm_and_yarn/pyright-1.1.406
  • dependabot/npm_and_yarn/pyright-1.1.407
  • dependabot/npm_and_yarn/pyright-1.1.408
  • dependabot/npm_and_yarn/tar-7.5.3
  • dependabot/npm_and_yarn/tar-7.5.6
  • dependabot/npm_and_yarn/tar-7.5.7
  • dependabot/pip/click-8.2.0
  • dependabot/pip/commitizen-4.6.1
  • dependabot/pip/commitizen-4.7.0
  • dependabot/pip/commitizen-4.7.2
  • dependabot/pip/platformdirs-4.3.8
  • dependabot/pip/ruff-0.11.10
  • dependabot/pip/ruff-0.11.7
  • dependabot/pip/ruff-0.11.8
  • dependabot/pip/ruff-0.11.9
  • dependabot/pip/setuptools-78.1.1
  • dependabot/pip/types-beautifulsoup4-4.12.0.20250516
  • dependabot/pip/types-defusedxml-0.7.0.20250516
  • dependabot/pip/types-requests-2.32.0.20250515
  • dependabot/uv/click-8.3.2
  • dependabot/uv/mypy-1.20.0
  • dependabot/uv/requests-2.33.1
  • dependabot/uv/ruff-0.15.8
  • dependabot/uv/ruff-0.15.9
  • dependabot/uv/types-defusedxml-0.7.0.20260402
  • dependabot/uv/types-requests-2.32.4.20260324
  • dependabot/uv/types-requests-2.33.0.20260327
  • dependabot/uv/types-requests-2.33.0.20260402
  • dependabot/uv/uv-3344959f9f
  • dependabot/uv/uv-6ba9ca5f64
  • dependabot/uv/uv-aa7cb66ac2
  • fix_sha_from_github
  • git1
  • git_sha
  • maven
  • more_fixes
  • package_manager
  • remove_build

12 Jul 2026 04:16AM UTC coverage: 99.973%. Remained the same
29179470351

push

github

Tatsh
main: silence quic and urllib3 connection pool debug logging

Set the quic and urllib3._async.connectionpool loggers to ERROR level
so debug runs are not flooded with connection-level messages, matching
the existing urllib3.util.retry treatment.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

579 of 579 branches covered (100.0%)

Branch coverage included in aggregate %.

3061 of 3062 relevant lines covered (99.97%)

5.0 hits per line

Relevant lines Covered
Build:
Build:
3062 RELEVANT LINES 3061 COVERED LINES
5.0 HITS PER LINE
Source Files on master
  • Tree
  • List 44
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29179470351 master main: silence quic and urllib3 connection pool debug logging Set the quic and urllib3._async.connectionpool loggers to ERROR level so debug runs are not flooded with connection-level messages, matching the existing urllib3.util.retry treatment. ... push 12 Jul 2026 04:17AM UTC Tatsh github
99.97
28857684885 master build(deps): bump the production group with 4 updates Bumps the production group with 4 updates: [anyio](https://github.com/agronholm/anyio), [click](https://github.com/pallets/click), [niquests](https://github.com/jawah/niquests) and [portage](h... push 07 Jul 2026 10:02AM UTC Tatsh github
99.97
28857614869 master build(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [github/codeql-action](https://github.com/github/codeql-action) and [astral-sh/r... push 07 Jul 2026 10:01AM UTC Tatsh github
99.97
28857612440 master build(deps-dev): bump the development group with 3 updates Bumps the development group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) and [esbonio](https://github.com/swyddfa/esbonio). Updates `... push 07 Jul 2026 09:59AM UTC Tatsh github
99.97
28452250185 master build(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/attest](https://github.com/actions/attest) and [actions/cache](http... push 30 Jun 2026 02:37PM UTC Tatsh github
99.97
28452210785 master build(deps-dev): bump the development group with 4 updates Bumps the development group with 4 updates: [commitizen](https://github.com/commitizen-tools/commitizen), [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) ... push 30 Jun 2026 02:34PM UTC Tatsh github
99.97
28452164639 master build(deps): bump portage from 3.0.78 to 3.0.80 in the production group Bumps the production group with 1 update: [portage](https://github.com/gentoo/portage). Updates `portage` from 3.0.78 to 3.0.80 - [Changelog](https://github.com/gentoo/port... push 30 Jun 2026 02:31PM UTC Tatsh github
99.97
28402269283 master [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci push 29 Jun 2026 09:12PM UTC Tatsh github
99.97
28034331822 master build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). ... push 23 Jun 2026 02:47PM UTC Tatsh github
99.97
28034330478 master build(deps): bump anyio from 4.13.0 to 4.14.0 in the production group Bumps the production group with 1 update: [anyio](https://github.com/agronholm/anyio). Updates `anyio` from 4.13.0 to 4.14.0 - [Release notes](https://github.com/agronholm/an... push 23 Jun 2026 02:46PM UTC Tatsh github
99.97
See All Builds (364)
  • 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