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

agronholm / anyio
93%

Build:
DEFAULT BRANCH: master
Repo Added 18 Nov 2018 10:40PM UTC
Files 42
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
  • master
  • 1.0.0b1
  • 1.0.0b2
  • 1.0.0rc1
  • 1.0.0rc2
  • 2.x
  • 3-14
  • 3.x
  • 4.0-dev
  • 4.12.x
  • Enegg/issue847
  • add-bufferedbytestream-changelog
  • add-winloop
  • add-winloop-to-testsuite
  • add_bounded_task_groups
  • all-attribute
  • async-tempfile-support
  • asyncio-call-graph
  • avoid-exception-chaining
  • blockbuster
  • cancel-reason
  • capacitylimiter-acquisition-order
  • cheaper-no-other-refs
  • codespell
  • condition_wait_for
  • conditional-test-run
  • connectors
  • contextmanagermixin
  • coverage-debugging
  • dependabot/github_actions/github-actions-35b2a8182b
  • dependabot/github_actions/github-actions-76468cb07f
  • dependency-groups
  • doc
  • docs
  • docs-update
  • docs/fix-missing-imports
  • drop-py39
  • drop-sniffio
  • eager-tasks-support
  • endofstream-chained
  • enh_tg
  • enhanced-taskgroup
  • exceptiongroup
  • feature/opt-in-stack-trace-for-cancel-scopes
  • feature/wrap-socket
  • feed-data
  • fix-1042
  • fix-1048
  • fix-671
  • fix-840
  • fix-947
  • fix-985
  • fix-aexit
  • fix-blockingportal-cancel-toctou
  • fix-cancel-point-in-TaskGroup.__aexit__
  • fix-closed-vs-broken
  • fix-context-ref
  • fix-contextmanager-mixin-typing
  • fix-entrypoint-main-setup
  • fix-flaky-test-unretrieved-future-exception-server-crash
  • fix-getaddrinfo-fail
  • fix-refs-to-val-and-exc-in-to-thread-run-sync
  • fix-spooled-check-rollover
  • fix-typo
  • fix-windows-deprecation-fail
  • fix/broken-worker-recycled-to-idle-pool
  • fix/condition-wait-lost-notification
  • fix/issue-1055-exception-cause
  • fix/issue-1061-python-315-compat
  • fix/process-pool-shutdown-inverted-condition
  • fix/tcp-listener-same-port-857
  • flake8-bugbear
  • free-port-factories
  • fromthread-improvements
  • functools
  • getaddrinfo
  • github
  • graingert-patch-1
  • happy-eyeballs-cyclic-garbage
  • ipv6-getaddrinfo
  • isort
  • modern_path_glob_args
  • notify-closing
  • opt-blockbuster
  • patch-1
  • patch-2
  • portal-thread-name
  • pre-commit-ci-update-config
  • priority-mem-obj-stream
  • process-args
  • py313-iterdir
  • pypy311
  • pytest-auto-mode
  • python3.14.0b2
  • ratelimiter
  • receive_nowait
  • remove-BlockingPortal.__new__-hack
  • remove-warnings-filter
  • restore-old-pytest-compat
  • ruff-rule-PERF401
  • run_process-accepts-stdin
  • runvar-contextmanager
  • runvar_does_not_share_storage_by_name
  • safe_asyncgen
  • simplify-wait-tg-tasks
  • spawn-tasks-lazily
  • stricter-start-annotation
  • subinterpreters
  • taskstatus-default-type
  • test-lowest-bound
  • test-selector-thread
  • travistest
  • typo
  • update-latest-py
  • upgradecov
  • windowsfix
  • wrap-socket
  • zero-capacity-tokens
  • zvyn/add-pre-commit-dev-dependency

20 Feb 2026 04:19PM UTC coverage: 92.675% (+0.01%) from 92.662%
22231814320

Pull #1073

github

web-flow
Merge 589b03169 into 1c403b1a7
Pull Request #1073: Add `ttl` parameter to functools.lru_cache

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

5858 of 6321 relevant lines covered (92.68%)

10.06 hits per line

Relevant lines Covered
Build:
Build:
6321 RELEVANT LINES 5858 COVERED LINES
10.06 HITS PER LINE
Source Files on master
  • Tree
  • List 42
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22231814320 master Merge 589b03169 into 1c403b1a7 Pull #1073 20 Feb 2026 04:21PM UTC web-flow github
92.68
22209550046 master Merge d0ed4e18c into 1c403b1a7 Pull #1073 20 Feb 2026 03:04AM UTC web-flow github
92.89
22027047669 master Updated pre-commit modules push 15 Feb 2026 12:50AM UTC agronholm github
92.66
21991014614 master Fixed the parameter name "func" in parametrize breaking pytest (#1068) push 13 Feb 2026 02:48PM UTC web-flow github
92.68
21987549197 master Merge 8aa626c30 into a2a07c7c7 Pull #1068 13 Feb 2026 12:55PM UTC web-flow github
92.66
21986710043 master Merge 4427b3161 into a2a07c7c7 Pull #1068 13 Feb 2026 12:25PM UTC web-flow github
92.66
21982510881 master Merge 3b4659a9e into a2a07c7c7 Pull #1068 13 Feb 2026 09:58AM UTC web-flow github
92.66
21963036475 master Merge f5ed20b1a into a2a07c7c7 Pull #1068 12 Feb 2026 08:29PM UTC web-flow github
92.68
21962874822 master Merge 885b9e0dc into a2a07c7c7 Pull #1068 12 Feb 2026 08:24PM UTC web-flow github
92.87
21806147255 master Handled Python 3.15 path API changes (#1065) - Conditionally remove is_reserved() on Python 3.15+ (removed in CPython) - Add __vfspath__() on Python 3.15+ (new in CPython) - Skip test_is_reserved on Python 3.15+ Fixes #1061. push 08 Feb 2026 10:02PM UTC web-flow github
92.88
See All Builds (2214)
  • 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