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

beartype / plum
99%

Build:
DEFAULT BRANCH: master
Repo Added 10 Mar 2023 02:29AM UTC
Files 15
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
  • alert-autofix-2
  • alert-autofix-3
  • alert-autofix-7
  • alert-autofix-8
  • codeql
  • copilot/update-docs-dispatch-decorator
  • dependabot/uv/cryptography-46.0.5
  • dependabot/uv/cryptography-46.0.6
  • dependabot/uv/cryptography-46.0.7
  • dependabot/uv/idna-3.15
  • dependabot/uv/pygments-2.20.0
  • dependabot/uv/pytest-9.0.3
  • dependabot/uv/requests-2.33.0
  • dependabot/uv/tornado-6.5.5
  • dependabot/uv/urllib3-2.6.3
  • dependabot/uv/urllib3-2.7.0
  • dependabot/uv/uv-0.11.15
  • dependabot/uv/uv-0.11.6
  • dependabot/uv/virtualenv-20.36.1
  • dependabot/uv/wheel-0.46.2
  • feat-deprecate-submodule-imports
  • feat-methods
  • fix-type-annotation
  • generics
  • git-attributes
  • improved-documentation
  • mnt/avoid-deprecated-numpy
  • mnt/coveragerc
  • mnt/drop-py39
  • mnt/improve-tox
  • mnt/positional-only
  • mnt/py314
  • mnt/py38
  • mnt/src-layout
  • mnt/tox-to-nox
  • mnt/use-uv
  • more-typing
  • mypy
  • mypy-typing
  • mypyc
  • optional-dependencies
  • pv/error-power
  • pv/errors
  • pv/minor
  • pv/ref
  • pv/visualize
  • remove-deprecated-val
  • rm-dep-imports
  • rm-multihash
  • rm-test-path-manipulation
  • signature
  • tests/dispatch-fixture
  • typing/dispatcher
  • typing/promote
  • typing/type
  • typing_extensions
  • use-typing-extensions-more
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v2.2.0
  • v2.2.1
  • v2.2.2
  • wbruinsma/fix-isinstance-covariance
  • wbruinsma/overload
  • wesselb/fix-add-promotion-rule
  • wesselb/fix-method-override
  • wesselb/moduletype-faithful
  • wesselb/moduletype-version-constraint
  • wesselb/publish-to-pypi-plum
  • wesselb/test

20 May 2026 01:00PM UTC coverage: 99.495%. Remained the same
26164190011

push

github

web-flow
build(deps): bump idna from 3.11 to 3.15 (#273)

Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

986 of 991 relevant lines covered (99.5%)

6.75 hits per line

Relevant lines Covered
Build:
Build:
991 RELEVANT LINES 986 COVERED LINES
6.75 HITS PER LINE
Source Files on master
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26164190011 master build(deps): bump idna from 3.11 to 3.15 (#273) Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](htt... push 20 May 2026 01:01PM UTC web-flow github
99.5
25821266534 master Remove deprecated `Val` class (#269) Removes `plum.Val` and its tests, which was deprecated in v0.5.0 in favor of `typing.Literal`. Also updates docs to drop the `Val` reference. Signed-off-by: nstarman <nstarman@users.noreply.github.com> push 13 May 2026 07:23PM UTC web-flow github
99.5
25788619057 master build(deps): bump urllib3 from 2.6.3 to 2.7.0 (#270) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/mai... push 13 May 2026 08:49AM UTC web-flow github
99.51
25042491102 master Minor style and linter changes push 28 Apr 2026 08:32AM UTC wesselb github
99.51
25041506834 master Enable py3.14 and deprecate some alias functionality (#225) * test: py3.14 Signed-off-by: nstarman <nstarman@users.noreply.github.com> * feat: deprecate union aliasing Signed-off-by: nstarman <nstarman@users.noreply.github.com> * refactor: so... push 28 Apr 2026 08:09AM UTC web-flow github
99.51
24517043206 master build(deps-dev): bump uv from 0.9.16 to 0.11.6 (#265) Bumps [uv](https://github.com/astral-sh/uv) from 0.9.16 to 0.11.6. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG... push 16 Apr 2026 02:51PM UTC web-flow github
99.59
24516990946 master build(deps-dev): bump pytest from 9.0.2 to 9.0.3 (#267) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/... push 16 Apr 2026 02:50PM UTC web-flow github
99.59
24187559310 master build(deps): bump cryptography from 46.0.6 to 46.0.7 (#264) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.c... push 09 Apr 2026 11:23AM UTC web-flow github
99.59
24187487201 master Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#259) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> push 09 Apr 2026 11:22AM UTC web-flow github
99.59
24187472607 master Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#260) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> push 09 Apr 2026 11:21AM UTC web-flow github
99.59
See All Builds (570)
  • 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